micropython-lib/micropython/bluetooth/aioble-core
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
..
manifest.py aioble/device.py: Make default timeout None for disconnected() method. 2024-05-24 19:13:42 +10:00