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

Commit b0bd85b2 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 am: e3d96052

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I859333b05b982693177db40e02e57772f0990240
parents 3226b5ff e3d96052
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");
  }