How can I have iBeacon UUID ?
Hi,
I use STM32L476RG and X_NUCLEO_IDB05A1 to find Bluetooth beacons and their RSSI.
I try to use aci_gap_start_observation_procedure() and EVT_LE_ADVERTISING_REPORT to extract UUID, major and minor from an emulated iBeacon but there is only the MAC adress in the packet le_advertising_info.
Where do I find these information? Can I have the entire advertising packet to extract the useful information ?
Thank you.
