Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dname.cc65 void EnqueueCommandStatus(std::unique_ptr<hci::CommandPacketBuilder> command);
86 void neighbor::NameModule::impl::EnqueueCommandStatus(std::unique_ptr<hci::CommandPacketBuilder> co… in EnqueueCommandStatus() function in bluetooth::neighbor::neighbor::NameModule::impl
170 EnqueueCommandStatus( in ReadRemoteNameRequest()
Dinquiry.cc81 void EnqueueCommandStatus(std::unique_ptr<hci::CommandPacketBuilder> command);
270 void neighbor::InquiryModule::impl::EnqueueCommandStatus(std::unique_ptr<hci::CommandPacketBuilder>… in EnqueueCommandStatus() function in bluetooth::neighbor::neighbor::InquiryModule::impl
296 EnqueueCommandStatus(hci::InquiryBuilder::Create(lap, inquiry_length, num_responses)); in StartOneShotInquiry()