Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dbtm.h143 bool IsGeneralInquiryActive() const;
Dbtm.cc436 return IsGeneralInquiryActive() || IsLimitedInquiryActive(); in IsInquiryActive()
439 bool Btm::IsGeneralInquiryActive() const { return general_inquiry_active_; } in IsGeneralInquiryActive() function in bluetooth::shim::Btm
Dbtm_api.cc605 } else if (Stack::GetInstance()->GetBtm()->IsGeneralInquiryActive()) { in BTM_IsInquiryActive()