Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit bd39d62f authored by Aiswarya Cyriac's avatar Aiswarya Cyriac Committed by Chienyuan Huang
Browse files

Fix for Bluetooth device name is resetting to default name after reboot



Reason: When the BT device name is updated is getting saved to the
config data pointer but not to the persistent data (i.e. bt_config.conf).
So, when the reboot is happening it is not able to get the updated device
name from the persistent data (i.e. bt_config.conf) as during reboot
bt_config_flush is not called.

Fix: Saving the BT Device name to persistent data using btif_config_flush
once it is set.

Test: Manual Reboot test
Bug: 110301897
Bug: 120631885
Change-Id: Ie329b475eaaf208ed667f27e271a00e230e4b95c
Signed-off-by: default avatarAiswarya Cyriac <aiswarya.cyriac@intel.com>
Signed-off-by: default avatarGaganpreet kaur <gaganpreetx.kaur@intel.com>
parent c4d56679
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment