Loading system/btif/src/btif_storage.cc +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ static int prop2cfg(bt_bdaddr_t* remote_bd_addr, bt_property_t* prop) { /* save changes if the device was bonded */ if (btif_in_fetch_bonded_device(bdstr) == BT_STATUS_SUCCESS) { btif_config_save(); btif_config_flush(); } return true; Loading Loading
system/btif/src/btif_storage.cc +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ static int prop2cfg(bt_bdaddr_t* remote_bd_addr, bt_property_t* prop) { /* save changes if the device was bonded */ if (btif_in_fetch_bonded_device(bdstr) == BT_STATUS_SUCCESS) { btif_config_save(); btif_config_flush(); } return true; Loading