micropython/extmod/nimble
Andrew Leech d5f2fc239a extmod/modbluetooth: Add timeout to deinit.
If the BLE radio stops responding before deinit is called the function can
get stuck waiting for an event that is never received, particularly if the
radio is external or on a separate core.

This commit adds a timeout, similar to the timeout already used in the init
function.  Updated for nimble, btstack, esp32 and zephyr bindings.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-06-04 02:21:32 +10:00
..
bsp
hal all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
logcfg
nimble all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
syscfg extmod/nimble: Do not set GAP device name after sync. 2023-12-22 16:07:02 +11:00
modbluetooth_nimble.c extmod/modbluetooth: Add timeout to deinit. 2025-06-04 02:21:32 +10:00
modbluetooth_nimble.h extmod/modbluetooth: Add timeout to deinit. 2025-06-04 02:21:32 +10:00
nimble.cmake
nimble.mk extmod: Make extmod.mk self-contained. 2022-10-11 23:31:49 +11:00