diff options
author | Aiswarya Cyriac <aiswarya.cyriac@intel.com> | 2018-07-23 15:17:48 +0530 |
---|---|---|
committer | Hansong Zhang <hsz@google.com> | 2018-07-31 21:26:26 +0000 |
commit | b8b3655f68a9c0a64bf8cfd9d44dc8aaebb9eb39 (patch) | |
tree | a541c33cb551cab584f538fb62d2a215125be4c2 /system/common/message_loop_thread_unittest.cc | |
parent | cc5b28bf251dc46e31d5fd0ce0d61df873a4d9cb (diff) |
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
Change-Id: Ie329b475eaaf208ed667f27e271a00e230e4b95c
Signed-off-by: Aiswarya Cyriac <aiswarya.cyriac@intel.com>
Signed-off-by: Gaganpreet kaur <gaganpreetx.kaur@intel.com>
Diffstat (limited to 'system/common/message_loop_thread_unittest.cc')
0 files changed, 0 insertions, 0 deletions