Hi,
I am using nRf SDK5 and have a sensor that I am trying to extract the Eddystone UID data from the advertising packet. It shows up in nRfconnect as:
Eddystone UID:
Frame Type: UID <0x00>
Tx power at 0m: -59dBm
ID Namespace: 0xABCDEFABCDEF12345678
ID Instance: 0xAAAAAAAAAAAA
Specifically I am trying to extract the ID Namespace: 0xABCDEFABCDEF12345678 and ID Instance: 0xAAAAAAAAAAAA fields.
Can you tell me what nRF SDK5 code needs to be added in static void on_adv_report(ble_evt_t const *p_ble_evt) to get this data?
Thanks,
Dave Patton