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 aioble/multitests: Fix existing multitests. 2021-11-05 14:30:31 +11:00
ble_characteristic.py.exp aioble/multitests: Fix existing multitests. 2021-11-05 14:30:31 +11:00
ble_descriptor.py aioble/multitests: Add descriptor multitest. 2022-09-09 11:26:54 +10:00
ble_descriptor.py.exp aioble/multitests: Add descriptor multitest. 2022-09-09 11:26:54 +10:00
ble_notify.py aioble/multitests: Add test for subscription and notification. 2021-11-10 17:41:11 +11:00
ble_notify.py.exp aioble/multitests: Add test for subscription and notification. 2021-11-10 17:41:11 +11:00
ble_shutdown.py aioble/multitests: Add multitest for shutdown handlers. 2021-11-12 13:36:18 +11:00
ble_shutdown.py.exp aioble/multitests: Add multitest for shutdown handlers. 2021-11-12 13:36:18 +11:00
ble_write_capture.py aioble/multitests/ble_write_capture.py: Add multitest for write capture. 2021-11-05 14:30:40 +11:00
ble_write_capture.py.exp aioble/multitests/ble_write_capture.py: Add multitest for write capture. 2021-11-05 14:30:40 +11:00
ble_write_order.py top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
ble_write_order.py.exp aioble/server.py: Maintain write order for captured characteristics. 2022-09-27 22:47:30 +10:00
perf_gatt_notify.py aioble/multitests: Fix existing multitests. 2021-11-05 14:30:31 +11:00
perf_gatt_notify.py.exp micropython/aioble: Add asyncio-based wrapper for ubluetooth. 2021-05-28 18:26:49 +10:00
perf_l2cap.py micropython/aioble: Add asyncio-based wrapper for ubluetooth. 2021-05-28 18:26:49 +10:00
perf_l2cap.py.exp micropython/aioble: Add asyncio-based wrapper for ubluetooth. 2021-05-28 18:26:49 +10:00