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.cc33 …LeAclConnectionTracker(LeAclConnectionInterface* le_acl_connection_interface, uint16_t connection_… in LeAclConnectionTracker() argument
34 …: le_acl_connection_interface_(le_acl_connection_interface), connection_handle_(connection_handle)… in LeAclConnectionTracker()
103 …impl(LeAclConnectionInterface* le_acl_connection_interface, std::shared_ptr<Queue> queue, uint16_t… in impl()
104 : queue_(std::move(queue)), tracker(le_acl_connection_interface, connection_handle) {} in impl()
126 LeAclConnectionInterface* le_acl_connection_interface, in LeAclConnection() argument
133 pimpl_ = new LeAclConnection::impl(le_acl_connection_interface, std::move(queue), handle); in LeAclConnection()
Dle_acl_connection.h60 LeAclConnectionInterface* le_acl_connection_interface,