esp-idf/components/bt/bluedroid/hci/include/hci
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
..
bt_vendor_lib.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
hci_audio.h component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
hci_hal.h components/bt: Combine two hci task into one 2019-06-20 16:00:55 +08:00
hci_internals.h component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
hci_layer.h Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
hci_packet_factory.h Component/bt: add BLE adv report flow control 2019-03-12 11:10:26 +08:00
hci_packet_parser.h component/bt: implement HFP Hands Free Unit Role 2018-05-21 11:33:30 +08:00
packet_fragmenter.h component/bt: some miscellaneous modifications for BLE 2018-12-26 20:36:33 +08:00