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.

Ble Notification pending callback



Hi .,

I have implemented serial bridge using spi.,I can able to send the notification values(peripheral)) .,

1) I need to know whether do we have any call back for getting  notification pending status(in peripheral mode) , Since I have worked on some other ble stack, in

that i could able to get.

the notification pending status call back form gatt layer (peripheral),

2) Next how can I get the current system time(tick count)., and how can I validate the clock scheduled interval (ex. Util_restartClock(&periodicSensorData, 6) in this case how can i make sure that the clock is scheduled at every 6 ms )., reason i am scheduling the clock, based on the conn interval for sending the received host data as a notification..

  • Hello,
    This may help with your questions:
    1) The return value of GATT_notification() should contain the status of the notification
    2) you can check if the clock is active using Util_isActive(), if this is true then the clock will be running at the period specified.