summaryrefslogtreecommitdiff
path: root/extmod/nimble/modbluetooth_nimble.h
diff options
context:
space:
mode:
authorJim Mussared <jim.mussared@gmail.com>2021-07-21 17:04:41 +1000
committerDamien George <damien@micropython.org>2021-07-23 21:58:04 +1000
commitedfb5d56c8392b1c0933abf49e757b90f2c07859 (patch)
tree7ecf9c319ede5603eb3a06af08b0eeb45ae3b5af /extmod/nimble/modbluetooth_nimble.h
parent53dfb279da4c2502c5040227329b06e3ea79fd63 (diff)
extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet".
Diffstat (limited to 'extmod/nimble/modbluetooth_nimble.h')
-rw-r--r--extmod/nimble/modbluetooth_nimble.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extmod/nimble/modbluetooth_nimble.h b/extmod/nimble/modbluetooth_nimble.h
index 9ed64368b..15648a995 100644
--- a/extmod/nimble/modbluetooth_nimble.h
+++ b/extmod/nimble/modbluetooth_nimble.h
@@ -71,5 +71,8 @@ void mp_bluetooth_nimble_port_start(void);
// Tell the port to stop its background task.
void mp_bluetooth_nimble_port_shutdown(void);
+// --- Called by the HCI UART layer to let us know when packets have been sent.
+void mp_bluetooth_nimble_sent_hci_packet(void);
+
#endif // MICROPY_INCLUDED_EXTMOD_NIMBLE_MODBLUETOOTH_NIMBLE_H