Hi All!
I moving from SDK 14 to SDK15 and faced with another errors:
after sd_ble_gap_scan_start(..) call, the BLE_GAP_EVT_ADV_REPORT message is occurred (once), then scan stopped.
What behavior of new S140-6 ?
thanks.
Hi All!
I moving from SDK 14 to SDK15 and faced with another errors:
after sd_ble_gap_scan_start(..) call, the BLE_GAP_EVT_ADV_REPORT message is occurred (once), then scan stopped.
What behavior of new S140-6 ?
thanks.
Hi,
Hi, you have to restart the scan after every BLE_GAP_EVT_ADV_REPORT event. Check out the examples/ble_central/ble_app_uart_c. In the function on_adv_report(...), either it tries to connect to a device or calls sd_ble_gap_scan_start(..).
The problem I'm having now is that it doesn't always restart the scan. Might be timing issue.