Home
last modified time | relevance | path

Searched refs:IsGeneralPeriodicInquiryActive (Results 1 – 3 of 3) sorted by relevance

/system/bt/main/shim/
Dbtm.h151 bool IsGeneralPeriodicInquiryActive() const;
Dbtm.cc485 bool Btm::IsGeneralPeriodicInquiryActive() const { in IsGeneralPeriodicInquiryActive() function in bluetooth::shim::Btm
Dbtm_api.cc607 } else if (Stack::GetInstance()->GetBtm()->IsGeneralPeriodicInquiryActive() || in BTM_IsInquiryActive()