esp-idf/components/bt/host/bluedroid/stack/btu
wangmengyang 9a6101bfed components/bt: fixed the invalid workqueue number for BTU thread in Bluedroid
There should be only one workqueue for BTU task. The queue length for the second workqueue of BTU can be uninitialized and caused memory overflow and corruption.

Closes https://github.com/espressif/esp-idf/issues/9507
2022-08-11 16:09:44 +08:00
..
btu_hcif.c component/bt: use fixed_pkt_queue instead of fixed_queue for hci commands 2022-08-02 17:37:24 +08:00
btu_init.c components/bt: fixed the invalid workqueue number for BTU thread in Bluedroid 2022-08-11 16:09:44 +08:00
btu_task.c component/bt: use the OSI utility "pkt_queue" to store ADV report packet in btu layer 2022-08-02 14:14:07 +08:00