summaryrefslogtreecommitdiffstatshomepage
path: root/tests/multi_bluetooth/ble_mtu.py
Commit message (Collapse)AuthorAge
* tests/multi_bluetooth/ble_mtu: Split peripheral/central-initiated.Jim Mussared2023-04-26
| | | | | | | | btstack only supports central-initiated, so this allows us to have a test that works on both (ble_mtu.py), and then another one for just the NimBLE supported behavior (ble_mtu_peripheral.py). Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* tests/multi_bluetooth: Change dict index-and-del to pop, to clear event.Jim Mussared2020-11-16
| | | | Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
* tests/multi_bluetooth: Improve reliability of event waiting.Jim Mussared2020-11-13
| | | | | | | | | 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>
* tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.Jim Mussared2020-09-18