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

Commit 2529eeed authored by Srinu Jella's avatar Srinu Jella Committed by android-build-merger
Browse files

Merge "Update UUIDs immediately on NVRAM"

am: b2a08c86

Change-Id: I7d302edf5c42ceb90f3e1692e243410063218636
parents d038d463 b2a08c86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;