Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc344 struct LeConnectionDescriptor : public ConnectionDescriptor { struct
345 const hci::AddressWithType remote_address_with_type_;
346 LeConnectionDescriptor(hci::AddressWithType& remote_address_with_type, CreationTime creation_time, in LeConnectionDescriptor() argument
352 std::string GetPrivateRemoteAddress() const { in GetPrivateRemoteAddress()