Hi, once I create my own profile for the host side, and I enable it from the client side and subscribe in order to be notified about changes for some characteristic, I would like to know what should I do to catch and process this incoming notifications from the host side. If it triggers some GATT event or something like that.
Regards, David.
Device:
你好大卫,
Just to clarify, once the notifications keep on coming to your central, what is going to be triggered on the central side once the notifications from the peripheral are received ? You will have to handle the GATTC_EVENT_IND message, you can find more info on this at the RW-BLE-GATT-IS.pdf.
Thanks MT_dialog