micropython/extmod/btstack
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
..
btstack.mk unix: Add btstack to the unix submodules list. 2020-04-29 16:54:12 +10:00
btstack_config.h unix: Add support for modbluetooth and BLE using btstack. 2020-04-29 16:45:46 +10:00
modbluetooth_btstack.c extmod/modbluetooth: Add event for "indicate acknowledgement". 2020-07-20 23:26:41 +10:00
modbluetooth_btstack.h extmod/modbluetooth: Fix so it builds in peripheral-only mode. 2020-07-20 23:25:56 +10:00