OVMS3-idf/components/bt/bluedroid/stack/gatt
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: add gatts send service change indication API 2018-09-25 08:26:55 +00:00
att_protocol.c Component/bt: modify throughput demo default config 2018-06-21 20:48:20 +08:00
gatt_api.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
gatt_attr.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
gatt_auth.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
gatt_cl.c component/bt: reduce the size of DRAM 2019-06-20 16:00:55 +08:00
gatt_db.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
gatt_main.c Component/bt: fix memory leak in service change char 2018-11-06 08:43:59 +00:00
gatt_sr.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00
gatt_utils.c Support timeout of fixed_queue and osi_thread 2019-06-20 17:12:04 +08:00