Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
As I've tested by using err_code = sd_ble_gap_address_get(p_addr); APP_ERROR_CHECK(err_code);
App returns : 80 d0 79 b3 7d e0 Boot returns: 81 d0 79 b3 7d e0
Why are they different? Is there any rule between App's BD address and Bootloader's BD address? I need your help.