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.cc34 LeAclConnectionTracker(LeAclConnectionInterface* le_acl_connection_interface, in LeAclConnectionTracker() argument
36 : le_acl_connection_interface_(le_acl_connection_interface), in LeAclConnectionTracker()
108 impl(LeAclConnectionInterface* le_acl_connection_interface, std::shared_ptr<Queue> queue, in impl()
110 : queue_(std::move(queue)), tracker(le_acl_connection_interface, connection_handle) {} in impl()
134 LeAclConnectionInterface* le_acl_connection_interface, in LeAclConnection() argument
140 pimpl_ = new LeAclConnection::impl(le_acl_connection_interface, std::move(queue), handle); in LeAclConnection()
Dle_acl_connection.h59 LeAclConnectionInterface* le_acl_connection_interface, uint16_t handle,