micropython/tests/multi_bluetooth
Jim Mussared 9d823a5d9a extmod/modbluetooth: Add event for "indicate acknowledgement".
This commit adds the IRQ_GATTS_INDICATE_DONE BLE event which will be raised
with the status of gatts_indicate (unlike notify, indications require
acknowledgement).

An example of its use is added to ble_temperature.py, and to the multitests
in ble_characteristic.py.

Implemented for btstack and nimble bindings, tested in both directions
between unix/btstack and pybd/nimble.
2020-07-20 23:26:41 +10:00
..
ble_characteristic.py extmod/modbluetooth: Add event for "indicate acknowledgement". 2020-07-20 23:26:41 +10:00
ble_characteristic.py.exp extmod/modbluetooth: Add event for "indicate acknowledgement". 2020-07-20 23:26:41 +10:00
ble_gap_advertise.py tests/multi_bluetooth: Update to work with new BLE events. 2020-06-05 14:08:47 +10:00
ble_gap_advertise.py.exp
ble_gap_connect.py tests/multi_bluetooth: Update to work with new BLE events. 2020-06-05 14:08:47 +10:00
ble_gap_connect.py.exp
ble_gap_device_name.py tests/multi_bluetooth: Update to work with new BLE events. 2020-06-05 14:08:47 +10:00
ble_gap_device_name.py.exp extmod/modbluetooth: Add support for changing the GAP device name. 2020-05-11 21:30:41 +10:00
ble_gatt_data_transfer.py tests/multi_bluetooth: Update to work with new BLE events. 2020-06-05 14:08:47 +10:00
ble_gatt_data_transfer.py.exp tests/multi_bluetooth: Update to work with new BLE events. 2020-06-05 14:08:47 +10:00
ble_gattc_discover_services.py tests/multi_bluetooth: Update to work with new BLE events. 2020-06-05 14:08:47 +10:00
ble_gattc_discover_services.py.exp