Searched defs:LeConnectionDescriptor (Results 1 – 1 of 1) sorted by relevance
309 struct LeConnectionDescriptor : public ConnectionDescriptor { struct310 const hci::AddressWithType remote_address_with_type_;311 LeConnectionDescriptor(hci::AddressWithType& remote_address_with_type, in LeConnectionDescriptor() argument318 std::string GetPrivateRemoteAddress() const { in GetPrivateRemoteAddress()