How to read advertisement data per device using a central device

Hi all

I am using the bluetooth central sample from zephyr. I can read the addresses of the devices but I would like to read each specific device's advertisement data. So, when the central device finds the ID AA:BB:CC:DD:EE:FF, i would like to read the advertisement data from this device. Does anyone have any advice for how I can go about doing this? Thanks

  • Here is some clarifying screenshots:

    I have since switched to the "observer" sample from zephyr.

    I am trying to read out the advertisement data the scanner receives by doing this

    And when I print out the output I get this

    My output doesn't make any sense. It is not matching what I am seeing when I find this c209 tag via the nRF Connect Scanner App on my iPhone.

    Does anyone have any advice on how I can approach this? I can find the device but none of the data readouts are correct (from the scanner side). Thanks.

Related