micropython-lib/micropython/bluetooth/aioble/multitests
Jim Mussared 46748d2817 aioble/server.py: Allow BufferedCharacteristic to support all ops.
Previously a BufferedCharacteristic could only be read by the client, where
it should have been writeable. This makes it support all ops (read / write
/ write-with-response, etc).

Adds a test to check the max_len and append functionality of
BufferedCharacteristic.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-10-04 14:47:38 +11:00
..
ble_buffered_characteristic.py aioble/server.py: Allow BufferedCharacteristic to support all ops. 2023-10-04 14:47:38 +11:00
ble_buffered_characteristic.py.exp aioble/server.py: Allow BufferedCharacteristic to support all ops. 2023-10-04 14:47:38 +11:00
ble_characteristic.py
ble_characteristic.py.exp
ble_descriptor.py
ble_descriptor.py.exp
ble_notify.py
ble_notify.py.exp
ble_shutdown.py
ble_shutdown.py.exp
ble_write_capture.py
ble_write_capture.py.exp
ble_write_order.py
ble_write_order.py.exp
perf_gatt_notify.py
perf_gatt_notify.py.exp
perf_l2cap.py
perf_l2cap.py.exp