• Jim Mussared's avatar
    extmod/modbluetooth: Add event for "indicate acknowledgement". · 9d823a5d
    Jim Mussared authored
    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.
    9d823a5d
ble_characteristic.py.exp 909 Bytes