Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dpage.cc53 void OnCommandComplete(hci::CommandCompleteView status);
63 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() function in bluetooth::neighbor::neighbor::PageModule::impl
116 … hci::ReadPageScanActivityBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in Start()
119 hci::ReadPageScanTypeBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in Start()
122 hci::ReadPageTimeoutBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in Start()
133 handler_->BindOnceOn(this, &impl::OnCommandComplete)); in SetScanActivity()
136 … hci::ReadPageScanActivityBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in SetScanActivity()
151 …WritePageScanTypeBuilder::Create(scan_type), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in SetScanType()
154 hci::ReadPageScanTypeBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in SetScanType()
160 …i::WritePageTimeoutBuilder::Create(timeout), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in SetTimeout()
[all …]
Ddiscoverability.cc51 void OnCommandComplete(hci::CommandCompleteView status);
66 void neighbor::DiscoverabilityModule::impl::OnCommandComplete(hci::CommandCompleteView status) { in OnCommandComplete() function in bluetooth::neighbor::neighbor::DiscoverabilityModule::impl
96 …ci::WriteCurrentIacLapBuilder::Create(laps), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in StartDiscoverability()
98 … hci::ReadCurrentIacLapBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in StartDiscoverability()
120 … hci::ReadCurrentIacLapBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in Start()
123 …::ReadNumberOfSupportedIacBuilder::Create(), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in Start()
Dscan.cc52 void OnCommandComplete(hci::CommandCompleteView status);
63 void neighbor::ScanModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() function in bluetooth::neighbor::neighbor::ScanModule::impl
99 …ci_layer_->EnqueueCommand(std::move(packet), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in WriteScanEnable()
104 …ci_layer_->EnqueueCommand(std::move(packet), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in WriteScanEnable()
155 …hci_layer_->EnqueueCommand(std::move(packet), handler_->BindOnceOn(this, &impl::OnCommandComplete)… in Start()
Dname.cc67 void OnCommandComplete(hci::CommandCompleteView view);
83 …i_layer_->EnqueueCommand(std::move(command), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in EnqueueCommandComplete()
90 void neighbor::NameModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() function in bluetooth::neighbor::neighbor::NameModule::impl
Dinquiry.cc82 void OnCommandComplete(hci::CommandCompleteView view);
101 OnCommandComplete(view); in OnCommandCompleteSync()
106 void neighbor::InquiryModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() function in bluetooth::neighbor::neighbor::InquiryModule::impl
267 …i_layer_->EnqueueCommand(std::move(command), handler_->BindOnceOn(this, &impl::OnCommandComplete)); in EnqueueCommandComplete()
/system/bt/gd/security/channel/
Dsecurity_manager_channel.cc74 void SecurityManagerChannel::OnCommandComplete(hci::CommandCompleteView packet) { in OnCommandComplete() function in bluetooth::security::channel::SecurityManagerChannel
80 … handler_->BindOnceOn(this, &SecurityManagerChannel::OnCommandComplete)); in SendCommand()
Dsecurity_manager_channel.h122 void OnCommandComplete(hci::CommandCompleteView packet);
/system/bt/gd/hci/
Dle_address_manager.h89 void OnCommandComplete(CommandCompleteView view);
Dle_address_manager_test.cc191 …handler_->BindOnce(&LeAddressManager::OnCommandComplete, common::Unretained(le_address_manager_))); in enqueue_command()
315 …handler_->BindOnce(&LeAddressManager::OnCommandComplete, common::Unretained(le_address_manager_))); in enqueue_command()
Dle_address_manager.cc416 void LeAddressManager::OnCommandComplete(bluetooth::hci::CommandCompleteView view) { in OnCommandComplete() function in bluetooth::hci::LeAddressManager
/system/bt/gd/hci/acl_manager/
Dle_impl.h315 …handler_->BindOnce(&LeAddressManager::OnCommandComplete, common::Unretained(le_address_manager_))); in enqueue_command()