Hi,
Are you wondering how to manually parse the byte stream?
The byte stream is in hex, while the "len" field is decimal. You've found the correct field in the byte stream.
Cheers,
Håkon
No, I am using ble_app_blinky_c example and I wont to find the structure that holds Len 18 data.
I have fond Len 12 data on m_scan_buffer_data.
I wont to know where is the Pointer to Len 18 buffer where advertising reports will be stored by the SoftDevice.
The softdevice will add the required fields in the on-air payload, so you cannot get a direct pointer to the actual on-air packet content. In an advertisement packet, it is normally the address (6 byte) + advertising data (variable length, 0 - 31 bytes).
Could you explain a bit more about what you're trying to do?