I'm integrating OAD into my application. OAD_Target.c uses
GATT_Notification() to send the notification if CCCD was updated.
To check that, OAD calls GATTServApp_ReadCharCfg() . This function never returns
GATT_CLIENT_CFG_NOTIFY even after CCCD was written by the client.
When I look at the code with a debugger, it looks like the handle is set to 0xFFFF.
Why was the handle not updated? Did any one here have any luck with OAD?