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 ?

  • Thank you.

    But I want to change BDADDR per 1block-packet(37/38/39channels).

    It seem to work that modify the advertiser_packet_alloc()/set_adv_address().(and add BDADDR type option?)

    Is there plan update?

Reply Children
No Data
Related