micropython-lib/micropython/bluetooth/aioble/aioble
Jim Mussared c113611765 aioble: Fix descriptor flag handling.
Removes the workaround for micropython/issues/6864.

Sets the default flags for discovered descriptors to be WRITE,
so that d.write() will implicitly set response=True.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-04-12 07:04:12 +10:00
..
__init__.py
central.py aioble: Add short name support to scan results. 2023-02-28 11:07:34 +11:00
client.py aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
core.py
device.py aioble: Add timeout to device.exchange_mtu. 2022-09-01 22:30:43 +10:00
l2cap.py aioble/l2cap: Fix psm variable name. 2022-09-27 14:28:56 +10:00
peripheral.py micropython/aioble: Prioritise services in advertisement payload. 2022-03-24 11:25:31 +11:00
security.py
server.py aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00