Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dacl.cc262 struct ConnectionDescriptor { struct
263 CreationTime creation_time_;
264 TeardownTime teardown_time_;
265 uint16_t handle_;
266 bool is_locally_initiated_;
267 hci::ErrorCode disconnect_reason_;
268 ConnectionDescriptor(CreationTime creation_time, TeardownTime teardown_time, in ConnectionDescriptor() function
277 virtual ~ConnectionDescriptor() {} in ~ConnectionDescriptor()
278 std::string ToString() const { in ToString()