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