Searched refs:IsGeneralInquiryActive (Results 1 – 3 of 3) sorted by relevance
111 bool IsGeneralInquiryActive() const;
299 return IsGeneralInquiryActive() || IsLimitedInquiryActive(); in IsInquiryActive()302 bool Btm::IsGeneralInquiryActive() const { return general_inquiry_active_; } in IsGeneralInquiryActive() function in bluetooth::shim::Btm
780 if (Stack::GetInstance()->GetBtm()->IsGeneralInquiryActive()) { in BTM_IsInquiryActive()