PythonExtra/tests/multi_bluetooth
Damien George 81f2162ca0 extmod/modbluetooth: Change module-owned bytes objects to memoryview.
A read-only memoryview object is a better representation of the data, which
is owned by the ubluetooth module and may change between calls to the
user's irq callback function.

Signed-off-by: Damien George <damien@micropython.org>
2020-09-25 12:23:11 +10:00
..
ble_characteristic.py extmod/modbluetooth: Change module-owned bytes objects to memoryview. 2020-09-25 12:23:11 +10:00
ble_characteristic.py.exp tests/multi_bluetooth: Update UUID format in .exp files. 2020-09-18 12:51:21 +10:00
ble_gap_advertise.py tests/multi_bluetooth: Update to new config('mac') behaviour. 2020-09-08 12:53:24 +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: Make ble_gap_connect robust against event timing. 2020-09-08 23:53:12 +10: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 extmod/modbluetooth: Change module-owned bytes objects to memoryview. 2020-09-25 12:23:11 +10:00
ble_gap_device_name.py.exp tests/multi_bluetooth: Update UUID format in .exp files. 2020-09-18 12:51:21 +10:00
ble_gatt_data_transfer.py extmod/modbluetooth: Change module-owned bytes objects to memoryview. 2020-09-25 12:23:11 +10: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: Update to new config('mac') behaviour. 2020-09-08 12:53:24 +10:00
ble_gattc_discover_services.py.exp tests/multi_bluetooth: Update UUID format in .exp files. 2020-09-18 12:51:21 +10:00
ble_mtu.py tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU. 2020-09-18 12:51:21 +10:00
ble_mtu.py.exp tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU. 2020-09-18 12:51:21 +10:00