HI
I’m currently using NCS 3.2.1, working with the periodic_adv_conn sample.
On the advertiser side, after receiving data from a node during each periodic sync broadcast, I want to include that node’s information in the next periodic advertising data.
I know that
request_cb is called right before each periodic advertisement is transmitted to buffer the data.
What I want to find out is:
How long in advance of the actual periodic advertising transmission does the request_cb callback get triggered?Thanks!