Home
last modified time | relevance | path

Searched defs:LeConnectionDescriptor (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dacl.cc174 struct LeConnectionDescriptor : public ConnectionDescriptor { struct
175 const hci::AddressWithType remote_address_with_type_;
176 LeConnectionDescriptor(hci::AddressWithType& remote_address_with_type, in LeConnectionDescriptor() function
183 std::string GetPrivateRemoteAddress() const { in GetPrivateRemoteAddress()