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

I want to change the BLE address.

I use it. nRF52832 PCA10040 Vesion12.2.0

I am working on the ble_app_uart example as a base.

I used the sd_ble_gap_addr_set command to change the BLE address but it was not possible.

What should I do?

Parents
  • Hi, have you received an error number after calling sd_ble_gap_addr_set command?

    A static address is a 48-bit randomly generated address and shall meet the following requirements

    • The two most significant bits of the static address shall be equal to ‘1’
    • All bits of the random part of the static address shall not be equal to ‘1’
    • All bits of the random part of the static address shall not be equal to ‘0’

    Have you followed the above?

Reply
  • Hi, have you received an error number after calling sd_ble_gap_addr_set command?

    A static address is a 48-bit randomly generated address and shall meet the following requirements

    • The two most significant bits of the static address shall be equal to ‘1’
    • All bits of the random part of the static address shall not be equal to ‘1’
    • All bits of the random part of the static address shall not be equal to ‘0’

    Have you followed the above?

Children
No Data
Related