OVMS3-idf/components/bt/bluedroid/stack/btm
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
..
include components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
btm_acl.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
btm_ble.c components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
btm_ble_addr.c component/bt: add clear rand address API 2018-09-17 20:09:03 +08:00
btm_ble_adv_filter.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
btm_ble_batchscan.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
btm_ble_bgconn.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
btm_ble_cont_energy.c components/bt: Fix warning when disable debug logs or in release mode and improve the code structure 2019-03-26 14:37:37 +08:00
btm_ble_gap.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
btm_ble_multi_adv.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
btm_ble_privacy.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
btm_dev.c components/bt: Fix warning when disable debug logs or in release mode and improve the code structure 2019-03-26 14:37:37 +08:00
btm_devctl.c components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00
btm_inq.c components/bt: Add API to config EIR data 2019-06-03 19:29:54 +08:00
btm_main.c Component/bt: add BLE Blocking APIs 2018-11-09 03:31:08 +00:00
btm_pm.c Component/bt: fix build warning when bluedroid disable log 2019-03-18 14:18:12 +08:00
btm_sco.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
btm_sec.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00