Lines Matching defs:impl
54 struct AclManager::impl { struct in bluetooth::hci::AclManager
55 impl(const AclManager& acl_manager) : acl_manager_(acl_manager) {} in impl() argument
57 void Start() { in Start()
72 void Stop() { in Stop()
86 void dequeue_and_route_acl_packet_to_connection() { in dequeue_and_route_acl_packet_to_connection()
113 const AclManager& acl_manager_;
115 classic_impl* classic_impl_ = nullptr;
116 le_impl* le_impl_ = nullptr;
117 os::Handler* handler_ = nullptr;
118 Controller* controller_ = nullptr;
119 HciLayer* hci_layer_ = nullptr;
120 RoundRobinScheduler* round_robin_scheduler_ = nullptr;
121 common::BidiQueueEnd<AclBuilder, AclView>* hci_queue_end_ = nullptr;
122 std::atomic_bool enqueue_registered_ = false;
123 uint16_t default_link_policy_settings_ = 0xffff;