Lines Matching refs:neighbor
29 namespace neighbor { namespace
58 const ModuleFactory neighbor::ScanModule::Factory = ModuleFactory([]() { return new neighbor::ScanM… in __anonc1a7790f0102()
60 neighbor::ScanModule::impl::impl(neighbor::ScanModule& module) in impl()
63 void neighbor::ScanModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete()
84 void neighbor::ScanModule::impl::WriteScanEnable() { in WriteScanEnable()
108 void neighbor::ScanModule::impl::ReadScanEnable(hci::ScanEnable scan_enable) { in ReadScanEnable()
132 void neighbor::ScanModule::impl::SetInquiryScan(bool enabled) { in SetInquiryScan()
137 void neighbor::ScanModule::impl::SetPageScan(bool enabled) { in SetPageScan()
142 bool neighbor::ScanModule::impl::IsInquiryEnabled() const { in IsInquiryEnabled()
146 bool neighbor::ScanModule::impl::IsPageEnabled() const { in IsPageEnabled()
150 void neighbor::ScanModule::impl::Start() { in Start()
158 void neighbor::ScanModule::impl::Stop() { in Stop()
162 neighbor::ScanModule::ScanModule() : pimpl_(std::make_unique<impl>(*this)) {} in ScanModule()
164 neighbor::ScanModule::~ScanModule() { in ~ScanModule()
168 void neighbor::ScanModule::SetInquiryScan() { in SetInquiryScan()
172 void neighbor::ScanModule::ClearInquiryScan() { in ClearInquiryScan()
176 void neighbor::ScanModule::SetPageScan() { in SetPageScan()
180 void neighbor::ScanModule::ClearPageScan() { in ClearPageScan()
184 bool neighbor::ScanModule::IsInquiryEnabled() const { in IsInquiryEnabled()
188 bool neighbor::ScanModule::IsPageEnabled() const { in IsPageEnabled()
192 void neighbor::ScanModule::ListDependencies(ModuleList* list) { in ListDependencies()
196 void neighbor::ScanModule::Start() { in Start()
200 void neighbor::ScanModule::Stop() { in Stop()