This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Notifications with OAD

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?