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: Pass additional connection arguments to gap_connect. 2024-10-18 13:03:39 +11:00
aioble-client aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
aioble-core aioble: Pass additional connection arguments to gap_connect. 2024-10-18 13:03:39 +11:00
aioble-l2cap aioble-l2cap: Raise correct error if l2cap disconnects during send. 2025-06-24 12:31:37 +10:00
aioble-peripheral aioble/peripheral.py: Place multiple UUIDs in single advertisement LTV. 2024-05-24 21:42:33 +10:00
aioble-security aioble: Split into optional components. 2022-10-06 16:45:15 +11:00
aioble-server aioble/server.py: Allow BufferedCharacteristic to support all ops. 2023-10-04 14:47:38 +11:00