/system/bt/gd/neighbor/ |
D | page.cc | 53 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 …]
|
D | discoverability.cc | 51 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()
|
D | scan.cc | 52 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()
|
D | name.cc | 67 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
|
D | inquiry.cc | 82 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/ |
D | security_manager_channel.cc | 74 void SecurityManagerChannel::OnCommandComplete(hci::CommandCompleteView packet) { in OnCommandComplete() function in bluetooth::security::channel::SecurityManagerChannel 80 … handler_->BindOnceOn(this, &SecurityManagerChannel::OnCommandComplete)); in SendCommand()
|
D | security_manager_channel.h | 122 void OnCommandComplete(hci::CommandCompleteView packet);
|
/system/bt/gd/hci/ |
D | le_address_manager.h | 89 void OnCommandComplete(CommandCompleteView view);
|
D | le_address_manager_test.cc | 191 …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()
|
D | le_address_manager.cc | 416 void LeAddressManager::OnCommandComplete(bluetooth::hci::CommandCompleteView view) { in OnCommandComplete() function in bluetooth::hci::LeAddressManager
|
/system/bt/gd/hci/acl_manager/ |
D | le_impl.h | 315 …handler_->BindOnce(&LeAddressManager::OnCommandComplete, common::Unretained(le_address_manager_))); in enqueue_command()
|