I am working on a very simple project. I have modified the bthome_sensor_template zephyr example to send a Bluetooth alert whenever a sensor is triggered, it works well so far. My problem is that whenever I power on the device I have to go in and reconnect to it because it sets up a different MAC address and shows up as a new device. I would like to set up a persistent MAC address so that it shows up as the same device when being powered on. So far I have tried the suggestions to previous post with similar problems like using bt_id_create(), bt_le_ext_adv_create, bt_addr_le_from_str, bt_addr_le_t, and bt_ctlr_set_public_addr. So far I haven't figured out how to get any of those work. It may be that I'm missing something from my conf file or something like that who knows. I just need someone to point me in the right direction, thanks.