Hi,
I am testing the advertisement packet scanner based from nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_uart_c.
At current stage, I can receive the advertisement packets from BLE peripherals including my BLE tag.
I found that the advertisement packet from my BLE tag are not received at BLE_GAP_EVT_ADV_REPORT event for a while(about 50 sec) and after that adv packet are received about 50 secs and then no adv... from my tag while other adv packet received well.
At this time, my cellphone appl. made by Nordic receives the all adv packets which are lost at my scanner.
My tag sends adv packet every 5 secs.
Scanner scanner is set to scan interval == scan window.
What is the problem?
BR
Paul