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

Whitelist & Random Resolvable Address

Does the Bluetooth Peer Address of NRF51 Chips change randomly [every 15mins] or does it remain same?

When implementing whitelisting for secured connection, it is required that this must remain same othewise the whitelisting concept is defeated.

Please suggest..

Parents
  • FormerMember
    0 FormerMember

    The address type of nRF51 is by default of the type "random static", meaning that the address will never change.

    Update 09.03.16: I should work fine to add devices that changes address every 15 minutes (random private resolvable address) to the whitelist. For devices with that address type the IRK is used to filter devices instead of the address.

Reply
  • FormerMember
    0 FormerMember

    The address type of nRF51 is by default of the type "random static", meaning that the address will never change.

    Update 09.03.16: I should work fine to add devices that changes address every 15 minutes (random private resolvable address) to the whitelist. For devices with that address type the IRK is used to filter devices instead of the address.

Children
Related