Hello,
For clarification I use the nrf5_SDK_for_Mesh_v2.1.1. and the nrf52832.
I'm trying to scan for Ibeacons in which I need to get the UUID, major, minor, and the device name, and for efficiency I want to intergrade this with the nrf mesh. From the beaconing example I was only able to get the MAC and RSSI with some other stuff with the nrf_mesh_rx_cb_set(rx_cb) function, but I don't see any of the variables I am looking for in the nrf_mesh_adv_packet_rx_data_t struct.
Is there a way to get the UUID, major, minor, and device name through the nRF mesh?
Sincerely.
Mr sunshine.