Hi TI experts,
I am using the following configuration.
Scan duration is 1800ms, scan interval is 80(50ms), and scan window is 80 or less 80,
My understanding is that the scan interval will happen every 50ms during 1800 ms by switching between 37 and 38 and 39 continuously.
And if an advertising packet on a channel(37, 38, or 39) is matched/synchronized with a scan window of a channel(37, 38, or 39), that is, channel index is synchronized, the advertising report is generated by LL.
Right?
If right, I don't know why my understanding doesn't work with my testing condition.
My testing condition is as below.
an advertising devices advertises every 1.5 seconds.
And this same advertising packet is on 37, 38, and 39 channels. And the Tduration from 37 to 39 is less than 2ms.
And the advertising interval between current 37 and next 37 is around 110ms. I will call this 1 frame.
And this advertising packet happens 4 times. That is, 4 frames happen at every 15-second.
My expectation is the advertising report event from BLE stack side happen 4 times. So, at least, when each frame should be matched with a scan window channel among 3 channels.
Let me know how to assign the values to get the 100% hit-ratio with 4 times advertising report events.
BR,
Ji Won