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

Callback for advertisement packets of type ADV_NONCONN_IND

Hi,

I have a question about the behavior of the Softdevice S132_nrf52_7.0.1 for the nRF52832 in case of the reception of an advertisement packet of type ADV_NONCONN_IND.

I am trying to extend existing program code that connects to a HRS and uses the callback in nrf_ble_scan_on_adv_report to connect to the HRS and later the on_hvx callback to receive notification events and data from the HRS.

My sensor however is not connected to the central and therefore I wonder if any other callback apart from the nrf_ble_scan_on_adv_report is called upon the reception of a ADV_NONCONN_IND packet where I could read out the data? (a bit like the on_hvx callback)

Thank you for your help. 

Related