I can see it in wireshark called by ble-sniffer, but can't find the definition of it.
There are some comments in wireshark, but not full.
I can see it in wireshark called by ble-sniffer, but can't find the definition of it.
There are some comments in wireshark, but not full.
I don't know where is which, for example, the 06 2f 01 after the 03 at the beginning, what they mean?
That is just the raw data in hex format. If you look at "Nordic BLE sniffer data" the raw data is parsed, and you see that 03 is the board number, 0x062f is 1583 decimal, so that is the uart packet counter, and 01 is the flag value.
As the picture shows, uart packet counter is 1576, not 1583, it's not so simple..
That is correct. But if you click on the different fields in the "Nordic BLE sniffer meta", the corresponding raw data will be highlighted in blue.
I knew it, that's why I said it's not full.