Hello,
I'm using SimpleBlePeripheral example and I change it for indications. But when I write to cfg -
status = GATTServApp_ProcessCCCWriteReq( connHandle, pAttr, pValue, len, offset, GATT_CLIENT_CFG_INDICATE );
It's OK. But when device disconnected, program go to EXIT. Why?
I have breakpoint in changestate, but not work this function before EXIT.
Could you help me, please?
Vilem