How can this be done?
calls to bt_id_reset, and bt_id_delete do not work on the BT_ID_DEFAULT.
I wish for the device to appear as a different device (IRK) each time it advertises. What can I do?
Thanks!
How can this be done?
calls to bt_id_reset, and bt_id_delete do not work on the BT_ID_DEFAULT.
I wish for the device to appear as a different device (IRK) each time it advertises. What can I do?
Thanks!
Hi,
The default identity cannot be reset or deleted. In this case, you could instead create a new identity and delete it when you no longer need it (and never use the default identity). You can see an example of using multiple identities here.