Searched defs:LeConnectionDescriptor (Results 1 – 1 of 1) sorted by relevance
344 struct LeConnectionDescriptor : public ConnectionDescriptor { struct345 const hci::AddressWithType remote_address_with_type_;346 LeConnectionDescriptor(hci::AddressWithType& remote_address_with_type, CreationTime creation_time, in LeConnectionDescriptor() argument352 std::string GetPrivateRemoteAddress() const { in GetPrivateRemoteAddress()