Skip to main content
Padmashree_NS
Associate
September 30, 2019
Question

How to implement resolvable and non-resolvable private addresses in the BlueNRG-2 module using Keil?

  • September 30, 2019
  • 1 reply
  • 583 views

Hi, i am new to using ST boards. I am using a broadcaster which only sends data after every particular interval. I want to use resolvable and non resolvable private address techniques to secure the data sent and direct it only a particular user and not accessed by other. Can I please know how to implement it in Keil. I am having trouble in programming it. And if there are any suggestions on other better ideas to secure please let me know. I am open to new ideas.

Thank you.

    This topic has been closed for replies.

    1 reply

    Winfred LU
    ST Employee
    October 2, 2019

    Please call aci_gap_set_undirected_connectable() to start advertising using the resolvable address,

    with Own_Address_Type = 0x02 (resolvable private address).