OVMS3-idf/components/bt/bluedroid/stack
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
..
a2dp component/bt: remove SBC frame scramling 2019-05-24 17:33:52 +08:00
avct Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
avdt Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
avrc component/bt: implement AVRCP Target APIs 2019-04-10 16:34:13 +08:00
btm Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
btu Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
gap Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
gatt Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
hcic Component/bt: modify HCI_GET_CMD_BUF 2019-03-20 19:35:06 +08:00
include/stack Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
l2cap Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
rfcomm Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
sdp 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
smp components/bt: Separation of BT and BLE 2019-06-20 17:06:23 +08:00