micropython/examples/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_advertising.py examples/bluetooth: In ble_advertising.py, skip appearance if not set. 2020-07-18 14:23:20 +10:00
ble_simple_central.py examples/bluetooth: Add simple UART demo with central and peripheral. 2020-07-18 14:34:29 +10:00
ble_simple_peripheral.py examples/bluetooth: Add simple UART demo with central and peripheral. 2020-07-18 14:34:29 +10:00
ble_temperature.py extmod/modbluetooth: Add event for "indicate acknowledgement". 2020-07-20 23:26:41 +10:00
ble_temperature_central.py
ble_uart_peripheral.py
ble_uart_repl.py