summaryrefslogtreecommitdiff
path: root/tests/multi_bluetooth
AgeCommit message (Expand)Author
2020-12-02tests/multi_bluetooth: Add multitests for BLE pairing and bonding.Damien George
2020-11-24tests/multi_bluetooth: Add L2CAP channels multi-test.Jim Mussared
2020-11-16tests/multi_bluetooth: Add a test for WB55 concurrent flash access.Jim Mussared
2020-11-16tests/multi_bluetooth: Change dict index-and-del to pop, to clear event.Jim Mussared
2020-11-13tests/multi_bluetooth: Improve reliability of event waiting.Jim Mussared
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-18tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.Jim Mussared
2020-09-18tests/multi_bluetooth: Update UUID format in .exp files.Jim Mussared
2020-09-08tests/multi_bluetooth: Make ble_gap_connect robust against event timing.Jim Mussared
2020-09-08tests/multi_bluetooth: Update to new config('mac') behaviour.Jim Mussared
2020-07-20extmod/modbluetooth: Add event for "indicate acknowledgement".Jim Mussared
2020-07-18extmod/btstack: Schedule notify/indicate/write ops for bg completion.Jim Mussared
2020-06-05tests/multi_bluetooth: Update to work with new BLE events.Jim Mussared
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-08tests/multi_bluetooth: Fix typo printing wrong IRQ type.Damien George
2020-04-29tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.Jim Mussared
2020-04-07extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.Damien George
2020-03-11extmod/modbluetooth: Change scan result's "connectable" to "adv_type".Damien George
2020-03-10tests/multi_bluetooth: Add initial tests for bluetooth BLE.Damien George