mirror of
https://github.com/micropython/micropython.git
synced 2025-08-22 10:30:32 +02:00
extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet".
This commit is contained in:
committed by
Damien George
parent
53dfb279da
commit
edfb5d56c8
@@ -1392,6 +1392,9 @@ int mp_bluetooth_gattc_exchange_mtu(uint16_t conn_handle) {
|
||||
|
||||
#endif // MICROPY_PY_BLUETOOTH_ENABLE_GATT_CLIENT
|
||||
|
||||
void mp_bluetooth_nimble_sent_hci_packet(void) {
|
||||
}
|
||||
|
||||
#if MICROPY_PY_BLUETOOTH_ENABLE_L2CAP_CHANNELS
|
||||
|
||||
// Fortunately NimBLE uses mbuf chains correctly with L2CAP COC (rather than
|
||||
|
Reference in New Issue
Block a user