cancel
Showing results for 
Search instead for 
Did you mean: 

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

Padmashree_NS
Associate II

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.

1 REPLY 1
Winfred LU
ST Employee

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

with Own_Address_Type = 0x02 (resolvable private address).