zephyr/drivers/bluetooth
Lingao Meng 8b54f08a69 drivers: bluetooth: Add discard mechanism to avoid waiting timeout
The Bluetooth receiving thread may not be able to process broadcast
packets because the system API(bt_hci_cmd_send_sync) is in block state.
If HCI driver is still waiting buffer for adv report, an assertion will
be triggered.

Fixes: #30955

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2021-01-07 14:44:13 +02:00
..
hci drivers: bluetooth: Add discard mechanism to avoid waiting timeout 2021-01-07 14:44:13 +02:00
CMakeLists.txt
Kconfig
util.h