Hello,
I am using bt_id_create() to set static random address.
bt_id_create() is called before bt_enable().
This works and sets the device address to a random address I specify.
But how can I change that address? For example - I have everything stopped (no connections, no advertisement), and I call bt_disable(). Then at some point later, I want to re-start BT but with different static random address. How can I do that?
I do not use settings, neither BT privacy. I just need to be able and use different static random address, when I enable BT.
Thank you,
D.