Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dacl_manager.cc63 classic_impl_ = new classic_impl(hci_layer_, controller_, handler_, round_robin_scheduler_); in Start()
64 … le_impl_ = new le_impl(hci_layer_, controller_, handler_, round_robin_scheduler_, classic_impl_); in Start()
69 delete classic_impl_; in Stop()
92 auto connection_pair = classic_impl_->acl_connections_.find(handle); in dequeue_and_route_acl_packet_to_connection()
93 if (connection_pair != classic_impl_->acl_connections_.end()) { in dequeue_and_route_acl_packet_to_connection()
107 classic_impl* classic_impl_ = nullptr; member
123 … common::Unretained(pimpl_->classic_impl_), common::Unretained(callbacks), in RegisterCallbacks()
137 CallOn(pimpl_->classic_impl_, &classic_impl::create_connection, address); in CreateConnection()
178 CallOn(pimpl_->classic_impl_, &classic_impl::cancel_connect, address); in CancelConnect()
205 CallOn(pimpl_->classic_impl_, &classic_impl::master_link_key, key_flag); in MasterLinkKey()
[all …]