Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dscan.cc38 bool IsPageEnabled() const;
146 bool neighbor::ScanModule::impl::IsPageEnabled() const { in IsPageEnabled() function in bluetooth::neighbor::neighbor::ScanModule::impl
188 bool neighbor::ScanModule::IsPageEnabled() const { in IsPageEnabled() function in bluetooth::neighbor::neighbor::ScanModule
189 return pimpl_->IsPageEnabled(); in IsPageEnabled()
Dscan.h36 bool IsPageEnabled() const;
Dconnectability.cc62 return scan_module_->IsPageEnabled(); in IsConnectable()