Hi
I am developing an application where I need to update the BD address for advertising after each disconnection and on reboot.
I know Zephyr stack has the API bt_id_reset() which can be used to reset the bd_address but it also clean up the stored keys and connection information.
but my requirement is to update the bd address during advertisment without resetting anything. how can I achieve it?