Hi ,
Please See the Image Attached.
What is
1) Access Address , I read some articles on DevZone, But not clear.
2)Board 7
Hi ,
Please See the Image Attached.
What is
1) Access Address , I read some articles on DevZone, But not clear.
2)Board 7
1) The access address is used by the Bluetooth radio to transmit and receive BLE packets, in this case an advertisement packet. From the BLE Core spec v4.2 you can find:
"The Access Address for all advertising channel packets shall be 10001110100010011011111011010110b (0x8E89BED6)."
2) "Board 7" is just some generic meta data for the sniffer PC tool, in this case used to identify the USB dongle used to sniff BLE communication.
1) The access address is used by the Bluetooth radio to transmit and receive BLE packets, in this case an advertisement packet. From the BLE Core spec v4.2 you can find:
"The Access Address for all advertising channel packets shall be 10001110100010011011111011010110b (0x8E89BED6)."
2) "Board 7" is just some generic meta data for the sniffer PC tool, in this case used to identify the USB dongle used to sniff BLE communication.
Thanks Kenneth