Part Number: CC2745R10-Q1
I want to perform BLE "notifications" at regular intervals and am trying to modify basic_ble as a base. To achieve a fixed interval, I thought the API "BLEAppUtil_startTimer" might be useful, but I couldn't find it in the API manual or elsewhere.
So, I have a few questions:
(1) Please tell me how to use BLEAppUtil_startTimer.
(2) If I want to perform processing at regular intervals, is it correct to use this API? If there is a better method, please let me know.
Best regards.