OVMS3-idf/components/bt/bluedroid/btc/core
Tian Hao 2ad65bb434 Support timeout of fixed_queue and osi_thread
1. remove fixed_queue_try_dequeue and fixed_queue_try_enqueue,
2. add timeout parameter for fixed_queue_enqueue and fixed_queue_dequeue
3. replace where call fixed_queue_try_dequeue/enqueue to fixed_queue_dequeue/enqueue(..., timeout = 0)
4. replace where call fixed queue_enqueue/dequeue to fixed_queue_enqueue/dequeue( ..., timeout = FIXED_QUEUE_MAX_TIMEOUT)
5. modify the blocking_type of osi_thread_post to timeout.
2019-06-20 17:12:04 +08:00
..
btc_alarm.c components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
btc_ble_storage.c components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
btc_config.c components/bt: Optimization and bugfix of previous commit 2019-06-20 17:06:23 +08:00
btc_dev.c components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
btc_dm.c components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
btc_main.c components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
btc_manage.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
btc_profile_queue.c components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
btc_sec.c component/bt : init api 2016-11-16 16:26:02 +08:00
btc_sm.c components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
btc_storage.c components/bt: Improve the Bluetooth debug messaging scheme 2018-05-14 20:45:05 +08:00
btc_task.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
btc_util.c components/bt: Add API to config EIR data 2019-06-03 19:29:54 +08:00