2025-03-31 9:37 AM - last edited on 2025-03-31 9:42 AM by Andrew Neil
Hallo, I have in my middlewares BluNRG2 packet.
I have this function aci_gatt_add_char that adds a characteristic that has ((uint8_t)CHAR_PROP_NOTIFY)|((uint8_t)CHAR_PROP_READ | CHAR_PROP_INDICATE) as Char_Properties.
When this characteristic changes, I use this function aci_gatt_update_char_value_ext and, in Update_Type, I put the value 2 that is for Indication.
I'm expecting to receive something in return that this update has been successfull, ma I don't receive any events and also the android application doesn't receive indication event. How to use the indication mechanism? Thank you.
The android application sent the Enable indication and I received it.