Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dbtm.h111 bool IsGeneralInquiryActive() const;
H A Dbtm.cc302 return IsGeneralInquiryActive() || IsLimitedInquiryActive(); in IsInquiryActive()
305 bool Btm::IsGeneralInquiryActive() const { return general_inquiry_active_; } in IsGeneralInquiryActive() function in bluetooth::shim::Btm
H A Dbtm_api.cc780 if (Stack::GetInstance()->GetBtm()->IsGeneralInquiryActive()) { in BTM_IsInquiryActive()