PythonExtra/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 tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 2020-11-16 17:03:27 +11:00
ble_characteristic.py.exp tests/multi_bluetooth: Improve reliability of event waiting. 2020-11-13 17:19:05 +11:00
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 extmod/modbluetooth: Change scan result's "connectable" to "adv_type". 2020-03-11 14:00:44 +11:00
ble_gap_connect.py tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 2020-11-16 17:03:27 +11:00
ble_gap_connect.py.exp tests/multi_bluetooth: Make ble_gap_connect robust against event timing. 2020-09-08 23:53:12 +10:00
ble_gap_device_name.py tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 2020-11-16 17:03:27 +11:00
ble_gap_device_name.py.exp tests/multi_bluetooth: Improve reliability of event waiting. 2020-11-13 17:19:05 +11:00
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 tests/multi_bluetooth: Add multitests for BLE pairing and bonding. 2020-12-02 14:44:55 +11:00
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 tests/multi_bluetooth: Add multitests for BLE pairing and bonding. 2020-12-02 14:44:55 +11:00
ble_gatt_data_transfer.py tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 2020-11-16 17:03:27 +11:00
ble_gatt_data_transfer.py.exp tests/multi_bluetooth: Update UUID format in .exp files. 2020-09-18 12:51:21 +10:00
ble_gattc_discover_services.py tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 2020-11-16 17:03:27 +11:00
ble_gattc_discover_services.py.exp tests/multi_bluetooth: Improve reliability of event waiting. 2020-11-13 17:19:05 +11:00
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 tests/multi_bluetooth: Add L2CAP channels multi-test. 2020-11-24 01:07:17 +11:00
ble_mtu.py tests/multi_bluetooth: Change dict index-and-del to pop, to clear event. 2020-11-16 17:03:27 +11:00
ble_mtu.py.exp tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU. 2020-09-18 12:51:21 +10:00
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 tests/multi_bluetooth: Add basic performance tests. 2021-02-19 17:53:43 +11:00
perf_gatt_notify.py.exp tests/multi_bluetooth: Add basic performance tests. 2021-02-19 17:53:43 +11:00
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 tests/multi_bluetooth: Add basic performance tests. 2021-02-19 17:53:43 +11:00
stress_log_filesystem.py tests/multi_bluetooth: Add a test for WB55 concurrent flash access. 2020-11-16 17:04:02 +11:00
stress_log_filesystem.py.exp tests/multi_bluetooth: Add a test for WB55 concurrent flash access. 2020-11-16 17:04:02 +11:00