esp-idf/components/bt/host/bluedroid
wangmengyang 518ace6bb5 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-16 17:19:58 +08:00
..
api Merge branch 'bugfix/fix_bluedroid_host_memory_overflow' into 'master' 2022-07-15 11:52:33 +08:00
bta Fixed union member access typo 2022-08-09 14:38:32 +08:00
btc component/bt: add simple ADV flow control mechanism -- drop the packets when the adv report queues are considered full 2022-08-02 14:14:07 +08:00
common/include/common fix the issue of functions not defined when enable memory debug 2022-07-08 10:57:29 +08:00
device component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
external/sbc bluedroid: mark dequant_long_* as extern variables 2022-01-27 11:00:09 +07:00
hci component/bt: use OSI utility "osi_event" for HCI downstream data processing 2022-08-02 17:40:00 +08:00
main 1. transparent HID device 2021-09-07 16:59:30 +08:00
stack components/bt: fixed the invalid workqueue number for BTU thread in Bluedroid 2022-08-16 17:19:58 +08:00
Kconfig.in disable BT_BLE_RPA_SUPPORTED by default and enabled by default for other chips 2022-06-14 19:57:07 +08:00