micropython/extmod/nimble
Jim Mussared 12e3fcc785 extmod/nimble: Fix leak in l2cap_send if send-while-stalled.
A correctly-behaved application shouldn't do this, but in the
case where the channel is stalled, there's still enough room
in the mbuf pool, then we'll fail the send (BLE_HS_EBUSY) so
the mbuf needs to be freed.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-07-17 23:38:39 +10:00
..
bsp
hal extmod/nimble/hal/hal_uart: Fix HCI_TRACE format specifiers. 2021-02-17 11:24:48 +11:00
logcfg
nimble extmod/modbluetooth: Add API for L2CAP channels. 2020-11-24 01:07:17 +11:00
syscfg extmod/modbluetooth: Allow configuration of pairing/bonding parameters. 2020-12-02 14:40:49 +11:00
modbluetooth_nimble.c extmod/nimble: Fix leak in l2cap_send if send-while-stalled. 2021-07-17 23:38:39 +10:00
modbluetooth_nimble.h extmod/modbluetooth: Add API for L2CAP channels. 2020-11-24 01:07:17 +11:00
nimble.mk extmod/modbluetooth: Add support for bonding (key persistence). 2020-12-02 14:41:41 +11:00