Hi, everyone,
We are developing the project on nrf52832 where this device "plays" both central and peripheral roles.
In the central role the device activates the scanning by the procedure "sd_ble_gap_scan_start(ble_gap_scan_params_t const *p_scan_params)".
According to manual if this function starts the scanning for a finite periode it must give the message "BLE_GAP_EVT_TIMEOUT" with source "BLE_GAP_TIMEOUT_SRC_SCAN". But practically when the scanning stops to message is given at all.
What can we do?