Searched refs:active_limited_one_shot_ (Results 1 – 1 of 1) sorted by relevance
69 bool active_limited_one_shot_{false}; member186 if (active_limited_one_shot_ || active_general_one_shot_) { in OnCommandStatus()187 LOG_DEBUG("Inquiry started lap: %s", active_limited_one_shot_ ? "Limited" : "General"); in OnCommandStatus()203 active_limited_one_shot_ = false; in OnEvent()290 active_limited_one_shot_ = true; in StartOneShotInquiry()300 ASSERT(active_general_one_shot_ || active_limited_one_shot_); in StopOneShotInquiry()302 active_limited_one_shot_ = false; in StopOneShotInquiry()334 …return active_general_one_shot_ || active_limited_one_shot_ || active_limited_periodic_ || active_… in IsInquiryActive()