This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to specify private address for nrfmesh

I want to use Non-Resolvable Private Address for nrfmesh packet. (every mesh packet is different address)

How to do?

Parents
  • Currently every mesh node has different Bluetooth address when advertising and they are random static address.

    Mesh protocol doesn't care about this address. It's only looking for packets on physical address (which is the BEARER_ACCESS_ADDR_DEFAULT = 0x8E89BED6).

    Could you let me know why you want Non-Resolvable Private Address ?

  • Could you let me know why you want Non-Resolvable Private Address ?

    For security. I do not want to be tracked mesh packets.

    Other mesh environment is use a Non-Resolvable Private Address.

    For example,

    *Zephyr bluetooth mesh and CSR proprietary mesh(CSRmesh)

Reply
  • Could you let me know why you want Non-Resolvable Private Address ?

    For security. I do not want to be tracked mesh packets.

    Other mesh environment is use a Non-Resolvable Private Address.

    For example,

    *Zephyr bluetooth mesh and CSR proprietary mesh(CSRmesh)

Children
No Data
Related