I have a confusion about mac address of nrf51822, I run example ble_app_uart.
When I use nRF Connect on Android, I can see the mac address of nRF51822 is CB:16:04:4A:10:56,
But when I try to run command sd_ble_gap_address_get(&mac), I got this: 00:00:00:c4:21:00. I did not set any address.
Can anyone explain why there is the different in Mac addresses, and how to get the same MacAddress.
Thank you.