micropython/extmod/btstack
Damien George 02df2b09d4 extmod/btstack: Reset pending_value_handle before calling read-done cb.
Similar to the previous commit but for MP_BLUETOOTH_IRQ_GATTC_READ_DONE:
the pending_value_handle needs to be reset before calling
mp_bluetooth_gattc_on_read_write_status(), which will call the Python IRQ
handler, which may in turn call back into BTstack to perform an action like
a write.  In that case the pending_value_handle will need to be available
for the write/read/etc to proceed.

Fixes issue #13634.

Signed-off-by: Damien George <damien@micropython.org>
2024-02-16 10:50:43 +11:00
..
btstack.cmake
btstack.mk
btstack_config.h
btstack_config_common.h
btstack_hci_uart.c extmod/btstack/btstack_hci_uart: Trigger a poll after UART data is sent. 2023-09-29 18:01:42 +10:00
btstack_hci_uart.h
modbluetooth_btstack.c extmod/btstack: Reset pending_value_handle before calling read-done cb. 2024-02-16 10:50:43 +11:00
modbluetooth_btstack.h