Searched refs:laps_ (Results 1 – 1 of 1) sorted by relevance
49 std::vector<hci::Lap> laps_; member72 laps_ = packet.GetLapsToRead(); in OnCommandComplete()107 return scan_module_->IsInquiryEnabled() && laps_.size() == 1; in IsGeneralDiscoverabilityEnabled()111 return scan_module_->IsInquiryEnabled() && laps_.size() == 2; in IsLimitedDiscoverabilityEnabled()129 LOG_DEBUG("Number of current iacs:%zd", laps_.size()); in Dump()130 for (auto it : laps_) { in Dump()