Home
last modified time | relevance | path

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

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