Hello,
I am using custom board with nRF52810 (QCAA, QFN32), SDK14.2, and softdevice S112 v5.1.0/S132 v 51.10 according to the compatability matrix. I am programing the board to advertise as Non connectable - Scannable (BLE_GAP_ADV_TYPE_ADV_SCAN_IND). That is it would send advertising packet, then wait to receive scanning request from the observer, and then send the scan response to the observer.
It sends the advertising packet OK (I can see the data via observer UART), but it never sees the scan-req from the observer, and ble event BLE_GAP_EVT_SCAN_REQ_REPORT is never trigger.
I have tested the same design custom board that is built with nRF52832 and programmed with the same code and software, and there is no problem what ever. Packet sniffer also shows the scan request from the observer.
My question is "does nRF52810 support such a role of advertising (Non connectable - Scannable)?" If it does please give me advice and suggestions.
Regards
krirk