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

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

Add tBLE_BD_ADDR::ToString am: 044b294f am: 3776ef49 am: 4373c272 am: 797bf878

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

Change-Id: I6dd825ce1d8c35d98a942d58a23b87aa4593cdaa
parents 379f6f9e 797bf878
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