index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
multi_bluetooth
Age
Commit message (
Expand
)
Author
2024-02-16
extmod/btstack: Reset pending_value_handle before calling read-done cb.
Damien George
2024-02-16
extmod/btstack: Reset pending_value_handle before calling write-done cb.
Damien George
2023-04-26
tests/multi_bluetooth: Use multitest.broadcast instead of sleep.
Jim Mussared
2023-04-26
tests/multi_bluetooth/ble_characteristic.py: Add write-no-response.
Jim Mussared
2023-04-26
tests/multi_bluetooth: Add test for descriptors.
Jim Mussared
2023-04-26
tests/multi_bluetooth/ble_subscribe: Use end_handle in desc discovery.
Jim Mussared
2023-04-26
tests/multi_bluetooth/ble_mtu: Split peripheral/central-initiated.
Jim Mussared
2023-04-26
tests/multi_bluetooth: Use time.sleep_ms instead of time.sleep.
Jim Mussared
2023-03-23
tests/multi_bluetooth: Use multitest.output_metric in BLE perf tests.
Damien George
2023-03-08
tests/multi_bluetooth: Add bluetooth multi-test for deepsleep.
Andrew Leech
2021-08-14
tests/multi_bluetooth/ble_subscribe.py: Add test for subscription.
Jim Mussared
2021-06-06
tests/multi_bluetooth/ble_gap_advertise.py: Allow to work without set.
Damien George
2021-04-30
tests/multi_bluetooth: Add performance test for gatt char writes.
Damien George
2021-03-12
tests/multi_bluetooth: Skip tests when BLE features are unsupported.
Damien George
2021-02-19
tests/multi_bluetooth: Add basic performance tests.
Jim Mussared
2020-12-02
tests/multi_bluetooth: Add multitests for BLE pairing and bonding.
Damien George
2020-11-24
tests/multi_bluetooth: Add L2CAP channels multi-test.
Jim Mussared
2020-11-16
tests/multi_bluetooth: Add a test for WB55 concurrent flash access.
Jim Mussared
2020-11-16
tests/multi_bluetooth: Change dict index-and-del to pop, to clear event.
Jim Mussared
2020-11-13
tests/multi_bluetooth: Improve reliability of event waiting.
Jim Mussared
2020-09-25
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
Damien George
2020-09-18
tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.
Jim Mussared
2020-09-18
tests/multi_bluetooth: Update UUID format in .exp files.
Jim Mussared
2020-09-08
tests/multi_bluetooth: Make ble_gap_connect robust against event timing.
Jim Mussared
2020-09-08
tests/multi_bluetooth: Update to new config('mac') behaviour.
Jim Mussared
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-18
extmod/btstack: Schedule notify/indicate/write ops for bg completion.
Jim Mussared
2020-06-05
tests/multi_bluetooth: Update to work with new BLE events.
Jim Mussared
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-05-08
tests/multi_bluetooth: Fix typo printing wrong IRQ type.
Damien George
2020-04-29
tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.
Jim Mussared
2020-04-07
extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.
Damien George
2020-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-10
tests/multi_bluetooth: Add initial tests for bluetooth BLE.
Damien George