in the answer of this question it said that :
You are also not allowed to send a new indication until the previous one is confirmed. This is signaled by the reception of a BLE_GATTS_EVT_HVC (handle value confirmation) event.
how about when I disable indication on phone side when peripheral send indication? the indication wont be confirmed. how can I set previous one manually to be confirmed, so that I can ignore it and send new indication. note that i need to use indication instead of notifications.
or is there any indication timeout event triggered????