The BT Core Spec defines clearly, that higher significant data are send out first. The Smart Packet Sniffer shows the device address in correct sequence.
Why is the BT address then stored in gapDevRec_t.addr with the LSB at addr[0] ?
Interesting is that in the SimpleBLEobserver project the display function shows the address in correct order by turning the direction.
Thank you