Hi,
Note: i have already posted this topic, but no one helped me , stay hopeless about the solution, so i try again with this new topic.
my problem is :
I tried to make a special application that includes 3 advertisements, (one with softdevice, and two others with timeslot), then i successed to
integrate the three with the right parameters (verified by nrf connect and i see the 3 advertisment at the same time on different MAC adresses)
but the problem is with the advertising intervals, it"s not the right one :
explanation :
* first advertisement (with softdevice) has 200 ms (right)
*the second advertisement (with timeslot) has 1500 ms but i code it to 500ms (wrong)
*the third advertisement (with timeslot) has 1500 ms but i code it to 1000ms (wrong)
So, after many investigations, i think that i understood the problem, the distance in micro-seconds between the same advertisement still the same, and it's the sum
of the two adv_intervals (in timeslot the distance in micro-seconds between each timeslot = adv_inerval) this figure summarizes the situation
* my starting point was "multiactivity beacon" example in the SDK11
I will attach my timeslot code to help you to undersand my problem.
(SDK14.2 , Softdevice S140 V5.0.2-alpha)
thanks,
regards