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

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

Add tBLE_BD_ADDR::ToString am: 044b294f

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

Change-Id: I28a755aafd325c3343f5d197aa1025df4714078a
parents 1fa4c0f9 044b294f
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