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

What is BLE_GAP_EVT_ADV_REPORT

I am trying to build a basic communication system without GATT or GAP services. I don't have any device that is advertising, but it seems that my device get a

BLE_GAP_EVT_ADV_REPORT

event all the time. I simply run the Scan_Start() function from BLE_Central samples. It seems to catch packets all the time even without device advertising?

So I want to ask what the scan program got in

p_gap_evt->params.adv_report

. I mean literally what's inside

Parents Reply Children
No Data
Related