micropython/tests/multi_bluetooth
Jim Mussared c70930fb24 tests/multi_bluetooth/ble_subscribe.py: Add test for subscription.
This tests both sending indications/notifications from a server to
subscribed clients via gatts_write(...,send_update=True) and subscribing
from a client.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-08-14 22:44:47 +10:00
..
ble_characteristic.py
ble_characteristic.py.exp
ble_gap_advertise.py tests/multi_bluetooth/ble_gap_advertise.py: Allow to work without set. 2021-06-06 21:58:07 +10:00
ble_gap_advertise.py.exp
ble_gap_connect.py
ble_gap_connect.py.exp
ble_gap_device_name.py
ble_gap_device_name.py.exp
ble_gap_pair.py tests/multi_bluetooth: Skip tests when BLE features are unsupported. 2021-03-12 20:08:20 +11:00
ble_gap_pair.py.exp
ble_gap_pair_bond.py tests/multi_bluetooth: Skip tests when BLE features are unsupported. 2021-03-12 20:08:20 +11:00
ble_gap_pair_bond.py.exp
ble_gatt_data_transfer.py
ble_gatt_data_transfer.py.exp
ble_gattc_discover_services.py
ble_gattc_discover_services.py.exp
ble_l2cap.py tests/multi_bluetooth: Skip tests when BLE features are unsupported. 2021-03-12 20:08:20 +11:00
ble_l2cap.py.exp
ble_mtu.py
ble_mtu.py.exp
ble_subscribe.py tests/multi_bluetooth/ble_subscribe.py: Add test for subscription. 2021-08-14 22:44:47 +10:00
ble_subscribe.py.exp tests/multi_bluetooth/ble_subscribe.py: Add test for subscription. 2021-08-14 22:44:47 +10:00
perf_gatt_char_write.py tests/multi_bluetooth: Add performance test for gatt char writes. 2021-04-30 16:14:48 +10:00
perf_gatt_char_write.py.exp tests/multi_bluetooth: Add performance test for gatt char writes. 2021-04-30 16:14:48 +10:00
perf_gatt_notify.py
perf_gatt_notify.py.exp
perf_l2cap.py tests/multi_bluetooth: Skip tests when BLE features are unsupported. 2021-03-12 20:08:20 +11:00
perf_l2cap.py.exp
stress_log_filesystem.py
stress_log_filesystem.py.exp