micropython-lib/micropython/bluetooth
Andrew Leech 913498ef05 aioble-l2cap: Raise correct error if l2cap disconnects during send.
If BLE disconnects in the middle of a send process, this change makes the
code raise `L2CAPDisconnectedError` rather than `TypeError` due to `_cid`
being `None`.

Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
2025-06-24 12:31:37 +10:00
..
aioble aioble-l2cap: Raise correct error if l2cap disconnects during send. 2025-06-24 12:31:37 +10:00
aioble-central
aioble-client
aioble-core
aioble-l2cap aioble-l2cap: Raise correct error if l2cap disconnects during send. 2025-06-24 12:31:37 +10:00
aioble-peripheral
aioble-security
aioble-server