micropython-lib/micropython/bluetooth/aioble-l2cap
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
..
manifest.py aioble-l2cap: Raise correct error if l2cap disconnects during send. 2025-06-24 12:31:37 +10:00