Hi,
I am trying to notify a GATT client when a characteristic value has changed. The GAP connection is established correctly, the GATT service is dicovered and the characteristic value is found. The charv has read, write and notify permissions, and when it is changed on the server side, I call explicitly GATT_Notification which returns SUCCESS. However, the client doesn't get the notification.
I performed another test in which the client tries to read the same charv, but no responses come.
The two projects are based on SimpleBLEPeripheral and Central, and only the things described above were changed regarding to GATT.
And another question: is there any way to let the server know when a notification was received on the other side?
Do you have any ideas?
Thanks,
Gergo