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..