Hello how i can read UUID, major, minor in BLE_GAP_EVT_ADV_REPORT. Ican read MAC and RSSI but i cant read UUID, please help me!!!
Hello how i can read UUID, major, minor in BLE_GAP_EVT_ADV_REPORT. Ican read MAC and RSSI but i cant read UUID, please help me!!!
There is whole bunch of data in the event structure upon receiving BLE_GAP_EVT_ADV_REPORT
in your event handler. Have you seen the documentation?