Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/neighbor/
H A Dpage.h38 void SetInterlacedScan();
H A Dinquiry_mock.h51 MOCK_METHOD(void, SetInterlacedScan, ());
H A Dinquiry.h60 void SetInterlacedScan();
H A Dpage.cc184 void neighbor::PageModule::SetInterlacedScan() { in SetInterlacedScan() function in bluetooth::neighbor::neighbor::PageModule
H A Dinquiry.cc460 void neighbor::InquiryModule::SetInterlacedScan() { in SetInterlacedScan() function in bluetooth::neighbor::neighbor::InquiryModule
H A Dinquiry_test.cc385 …test_hci_layer_->Synchronize([this] { inquiry_module_->SetInterlacedScan(); }, hci::OpCode::WRITE_… in TEST_F()
/aosp12/system/bt/main/shim/
H A Dbtm.cc239 void Btm::SetInterlacedInquiryScan() { GetInquiry()->SetInterlacedScan(); } in SetInterlacedInquiryScan()
437 void Btm::SetInterlacedPageScan() { GetPage()->SetInterlacedScan(); } in SetInterlacedPageScan()