OVMS3-idf/components/bt/bluedroid/stack/avdt
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 component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
avdt_ad.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
avdt_api.c component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
avdt_ccb.c Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
avdt_ccb_act.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
avdt_l2c.c component/bt: retrieve disconnection reason in AVDT when ACL-U link is disconnected 2018-08-01 17:16:52 +08:00
avdt_msg.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
avdt_scb.c Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning 2018-08-01 15:06:56 +08:00
avdt_scb_act.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00