Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dname.cc68 void OnCommandStatus(hci::CommandStatusView status);
87 …hci_layer_->EnqueueCommand(std::move(command), handler_->BindOnceOn(this, &impl::OnCommandStatus)); in EnqueueCommandStatus()
106 void neighbor::NameModule::impl::OnCommandStatus(hci::CommandStatusView status) { in OnCommandStatus() function in bluetooth::neighbor::neighbor::NameModule::impl
Dinquiry.cc83 void OnCommandStatus(hci::CommandStatusView status);
179 void neighbor::InquiryModule::impl::OnCommandStatus(hci::CommandStatusView status) { in OnCommandStatus() function in bluetooth::neighbor::neighbor::InquiryModule::impl
271 …hci_layer_->EnqueueCommand(std::move(command), handler_->BindOnceOn(this, &impl::OnCommandStatus)); in EnqueueCommandStatus()