Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dscan.cc35 bool IsInquiryEnabled() const;
142 bool neighbor::ScanModule::impl::IsInquiryEnabled() const { in IsInquiryEnabled() function in bluetooth::neighbor::neighbor::ScanModule::impl
184 bool neighbor::ScanModule::IsInquiryEnabled() const { in IsInquiryEnabled() function in bluetooth::neighbor::neighbor::ScanModule
185 return pimpl_->IsInquiryEnabled(); in IsInquiryEnabled()
Dscan.h32 bool IsInquiryEnabled() const;
Ddiscoverability.cc107 return scan_module_->IsInquiryEnabled() && laps_.size() == 1; in IsGeneralDiscoverabilityEnabled()
111 return scan_module_->IsInquiryEnabled() && laps_.size() == 2; in IsLimitedDiscoverabilityEnabled()