There's a typo in Gatt.py that causes a Handle Value Confirmation to trigger an Error Response.
This means that there are always errors sent back when an Indicate characteristic is used.
This fix also fixes the issue that "onIndicate" was never called.
There's a typo in Gatt.py that causes a Handle Value Confirmation to trigger an Error Response. This means that there are always errors sent back when an Indicate characteristic is used.
This fix also fixes the issue that "onIndicate" was never called.