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

nrf_ble_scan_on_adv_report() never called

Hi,
I am using the UART Client and UART Peripheral example codes on 2 custom boards that have BL652 with NRF52832 with SDK 15.3.0. The Peripheral code seems to work perfect in isolation and I am able to connect and send data to the device using NRF Connect with an Android phone. However, with the Peripheral ON, when I load the client code on another board and try to debug, it takes several minutes to get a first hit on nrf_ble_scan_on_adv_report() after which, the function just drops out without passing adv_uuid_compare(). 

So, it seems that the central dies not receive any advertising data. I am using the default configuration from sdkConfig.h for both. 

Please suggest.

Related