Home
last modified time | relevance | path

Searched refs:le_acl_connection_interface (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc30 …LeAclConnectionTracker(LeAclConnectionInterface* le_acl_connection_interface, uint16_t connection_… in LeAclConnectionTracker() argument
31 …: le_acl_connection_interface_(le_acl_connection_interface), connection_handle_(connection_handle)… in LeAclConnectionTracker()
100 …impl(LeAclConnectionInterface* le_acl_connection_interface, std::shared_ptr<Queue> queue, uint16_t… in impl()
101 : queue_(std::move(queue)), tracker(le_acl_connection_interface, connection_handle) {} in impl()
122 LeAclConnectionInterface* le_acl_connection_interface, in LeAclConnection() argument
129 pimpl_ = new LeAclConnection::impl(le_acl_connection_interface, std::move(queue), handle); in LeAclConnection()
Dle_acl_connection.h61 LeAclConnectionInterface* le_acl_connection_interface,