This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

is the central scanning being with BLE_GAP_EVT_ADV_REPORT?

HI,ALL

Is the scanning device always get the BLE_GAP_EVT_ADV_REPORT Event ?

my current project is

nRF5_SDK_11.0.0-2.alpha_bc3f6a0\examples\ble_central\ble_app_uart_c

without any modified , the project is receiving the event through

'ble_evt_dispatch'.

And the p_ble_evt->header.evt_id ,which is BLE_GAP_EVT_ADV_REPORT.

So i think that when the device is scanning, it is searching for the advertising .

The event BLE_GAP_EVT_ADV_REPORT is report the advertising status.

Am i right?

Related