Hi. I am trying to get the peer address from of the peripheral my central has connected to within the BLE_GAP_EVT_CONNECTED event.
The following returns the address, however the first byte is missing?
NRF_LOG_HEXDUMP_INFO(&p_gap_evt->params.adv_report.peer_addr, 6);
For example, a peer address device 29-20-C7-0F-B1-CA is logged as;
20 C7 0F B1 CA 02.
Seems to be shifted 1 byte for some reason.
Thanks