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

Commit e3d96052 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Re-log btif/src/btif_profile_queue::ConnectNode am: 7ed5d552 am: eaba05b3

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1539054

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If25dcb34b47f8b00d71d3fd9bf6597f09685147a
parents 7a9afdbe eaba05b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ class ConnectNode {

  std::string ToString() const {
    return base::StringPrintf("address=%s UUID=%04X busy=%s",
                              address_.ToString().c_str(), uuid_,
                              PRIVATE_ADDRESS(address_), uuid_,
                              (busy_) ? "true" : "false");
  }