Hello,
I'm trying to include a byte in the advertised data that indicates on which channel the advertisement is being sent, 0 = channel 37, 1 = channel 38, 2 = channel 39. Is there a way to get the channel from the SoftDevice and update the advertisement between transmission on each channel? Or is it possible to force the advertisement to a known channel?
I'm trying to maintain a strict interval of 152.5 ms as stated by this page: https://developer.apple.com/library/archive/qa/qa1931/_index.html
Thank you.