Searched defs:LeConnectionDescriptor (Results 1 – 1 of 1) sorted by relevance
174 struct LeConnectionDescriptor : public ConnectionDescriptor { struct175 const hci::AddressWithType remote_address_with_type_;176 LeConnectionDescriptor(hci::AddressWithType& remote_address_with_type, in LeConnectionDescriptor() function183 std::string GetPrivateRemoteAddress() const { in GetPrivateRemoteAddress()