micropython-lib/micropython/bluetooth
Rob Knegjens db7f9a18d4 aioble/device.py: Make default timeout None for disconnected() method.
The value for the `timeout_ms` optional argument to
`DeviceConnection.disconnected()` async method is changed from 60000 to
None.  This way users awaiting a device disconnection using `await
connection.disconnected()` won't be surprised by a 1 minute timeout.
2024-05-24 19:13:42 +10:00
..
aioble aioble/device.py: Make default timeout None for disconnected() method. 2024-05-24 19:13:42 +10:00
aioble-central aioble: Add short name support to scan results. 2023-02-28 11:07:34 +11:00
aioble-client aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
aioble-core aioble/device.py: Make default timeout None for disconnected() method. 2024-05-24 19:13:42 +10:00
aioble-l2cap
aioble-peripheral
aioble-security
aioble-server aioble/server.py: Allow BufferedCharacteristic to support all ops. 2023-10-04 14:47:38 +11:00