Part Number: CC2652R
Hi,
I want to delay between GATT_DiscCharsByUUID() API and GATT_DiscAllCharDescs() API cuz of pending response.
(at least 100ms delay)
Is there any example for it?
Best regards,
Kim.
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.
Part Number: CC2652R
Hi,
I want to delay between GATT_DiscCharsByUUID() API and GATT_DiscAllCharDescs() API cuz of pending response.
(at least 100ms delay)
Is there any example for it?
Best regards,
Kim.
Hi Kim,
You can use the Clock module to set up a one-shot timer which executes an event once the period expires. Please see the TI-RTOS Kernel Overview from the BLE5-Stack User's Guide for more information.
Regards,
Ryan