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
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?
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?