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

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

Add tBLE_BD_ADDR::ToString am: 044b294f am: 3776ef49

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

Change-Id: Ib31990e3ef08105f182e759f0bef198dc39fb376
parents e7379d6f 3776ef49
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -747,6 +747,9 @@ struct tBLE_BD_ADDR {
    return (other & ~kBleAddressIdentityBit) ==
           (type & ~kBleAddressIdentityBit);
  }
  std::string ToString() const {
    return std::string(bda.ToString() + "[" + AddressTypeText(type) + "]");
  }
};
#endif