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

Where to access BLE PDU header data in adv_report

Hi,

I'm looking for a way to access the PDU header data from received BLE advertisements, but I can't find where it is stored. I see that the payload is in p_ble_gap_evt->params.adv_report.data but the header doesn't seem to be stored with it. Can you point me to the right place?

I'm using the pc-ble-driver tools working on sd_api_v6.

Greatly appreciate any help.

Related