This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

error 12802 setting new mac address

hi,

Using nrf52840

setting new mac address results Error 12802:

using mac : 7F:37:DA:47:22:B1

gap_addr.addr_type = BLE_GAP_ADDR_TYPE_RANDOM_STATIC;
gap_addr.addr_id_peer = 0;
ret_code = sd_ble_gap_addr_set(&gap_addr);

Related