aboutsummaryrefslogtreecommitdiff
path: root/tests/multi_bluetooth/ble_gattc_discover_services.py.exp
AgeCommit message (Collapse)Author
2020-11-13tests/multi_bluetooth: Improve reliability of event waiting.Jim Mussared
Use the same `wait_for_event` in all tests that doesn't hold a reference to the event data tuple and handles repeat events. Also fix a few misc reliability issues around timeouts and sequencing. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2020-09-18tests/multi_bluetooth: Update UUID format in .exp files.Jim Mussared
2020-03-10tests/multi_bluetooth: Add initial tests for bluetooth BLE.Damien George