Hi All,
I use indications to know whether a characteristic value has been changed recently. The confirmation is sent via calling ATT_HandleValueCfm(). I have three questions regarding to this:
- The confirmation occurs as a GATT event on the other side. Do I have to do anything to "accept" the confirmation and let the chance to send new indications, or is it obtained automatically? (I guess the latter, but not completely sure.)
- Is there any way to get the exact characteristic value which caused the indication to be raised?
- The third one is only because of curiosity: can a non-confirmed indication block indications for other characteristic values as well?
Thanks,
Gergo