Hi:
We need to change the advertising interval at the 10th second when the DA14586 starts. How can I do that?
Thanks && Regards.
Keywords:
Device:
Hi:
We need to change the advertising interval at the 10th second when the DA14586 starts. How can I do that?
Thanks && Regards.
Hi LiBing,
Please checkout theDA14531-DA14585-586 Changing advertising parameters using GPIO interrupts and/or timersSW example.
This example, as all our SW Examples, does not include the SDK – it includes only the application files. To do so, in the initial setup you should link it with SDK6.0.12, as shown in this document.
http://lpccs-docs.dialog-semiconductor.com/Software_Example_Setup/index.html
After linking the example with the SDK, please see user_undirect_adv_start() function. You might setup a timer and change the UNDIRECT_ADV_INTERVAL according to your requirement.
Thanks, PM_Dialog