/system/bt/gd/neighbor/ |
D | connectability.cc | 30 namespace neighbor { namespace 45 neighbor::ScanModule* scan_module_; 48 const ModuleFactory neighbor::ConnectabilityModule::Factory = 51 neighbor::ConnectabilityModule::impl::impl(neighbor::ConnectabilityModule& module) : module_(module… in impl() 53 void neighbor::ConnectabilityModule::impl::StartConnectability() { in StartConnectability() 57 void neighbor::ConnectabilityModule::impl::StopConnectability() { in StopConnectability() 61 bool neighbor::ConnectabilityModule::impl::IsConnectable() const { in IsConnectable() 65 void neighbor::ConnectabilityModule::impl::Start() { in Start() 66 scan_module_ = module_.GetDependency<neighbor::ScanModule>(); in Start() 69 void neighbor::ConnectabilityModule::impl::Stop() {} in Stop() [all …]
|
D | discoverability.cc | 31 namespace neighbor { namespace 54 neighbor::ScanModule* scan_module_; 61 const ModuleFactory neighbor::DiscoverabilityModule::Factory = 62 ModuleFactory([]() { return new neighbor::DiscoverabilityModule(); }); in __anon290c71500102() 64 neighbor::DiscoverabilityModule::impl::impl(neighbor::DiscoverabilityModule& module) : module_(modu… in impl() 66 void neighbor::DiscoverabilityModule::impl::OnCommandComplete(hci::CommandCompleteView status) { in OnCommandComplete() 93 void neighbor::DiscoverabilityModule::impl::StartDiscoverability(std::vector<hci::Lap>& laps) { in StartDiscoverability() 102 void neighbor::DiscoverabilityModule::impl::StopDiscoverability() { in StopDiscoverability() 106 bool neighbor::DiscoverabilityModule::impl::IsGeneralDiscoverabilityEnabled() const { in IsGeneralDiscoverabilityEnabled() 110 bool neighbor::DiscoverabilityModule::impl::IsLimitedDiscoverabilityEnabled() const { in IsLimitedDiscoverabilityEnabled() [all …]
|
D | scan.cc | 29 namespace neighbor { namespace 58 const ModuleFactory neighbor::ScanModule::Factory = ModuleFactory([]() { return new neighbor::ScanM… in __anone26516c80102() 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() [all …]
|
D | name_db.cc | 31 namespace neighbor { namespace 57 neighbor::NameModule* name_module_; 63 const ModuleFactory neighbor::NameDbModule::Factory = ModuleFactory([]() { return new neighbor::Nam… in __anone43e45a90202() 65 neighbor::NameDbModule::impl::impl(const neighbor::NameDbModule& module) : module_(module) {} in impl() 67 void neighbor::NameDbModule::impl::ReadRemoteNameRequest( in ReadRemoteNameRequest() 89 void neighbor::NameDbModule::impl::OnRemoteNameResponse(hci::ErrorCode status, hci::Address address… in OnRemoteNameResponse() 100 bool neighbor::NameDbModule::impl::IsNameCached(hci::Address address) const { in IsNameCached() 104 RemoteName neighbor::NameDbModule::impl::ReadCachedRemoteName(hci::Address address) const { in ReadCachedRemoteName() 112 neighbor::NameDbModule::NameDbModule() : pimpl_(std::make_unique<impl>(*this)) {} in NameDbModule() 114 neighbor::NameDbModule::~NameDbModule() { in ~NameDbModule() [all …]
|
D | inquiry.cc | 30 namespace neighbor { namespace 96 const ModuleFactory neighbor::InquiryModule::Factory = ModuleFactory([]() { return new neighbor::In… in __anon5363d6b40102() 98 neighbor::InquiryModule::impl::impl(neighbor::InquiryModule& module) : module_(module) {} in impl() 100 void neighbor::InquiryModule::impl::OnCommandCompleteSync(hci::CommandCompleteView view) { in OnCommandCompleteSync() 106 void neighbor::InquiryModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() 179 void neighbor::InquiryModule::impl::OnCommandStatus(hci::CommandStatusView status) { in OnCommandStatus() 197 void neighbor::InquiryModule::impl::OnEvent(hci::EventPacketView view) { in OnEvent() 244 void neighbor::InquiryModule::impl::RegisterCallbacks(InquiryCallbacks callbacks) { in RegisterCallbacks() 257 void neighbor::InquiryModule::impl::UnregisterCallbacks() { in UnregisterCallbacks() 266 void neighbor::InquiryModule::impl::EnqueueCommandComplete(std::unique_ptr<hci::CommandPacketBuilde… in EnqueueCommandComplete() [all …]
|
D | page.cc | 31 namespace neighbor { namespace 59 const ModuleFactory neighbor::PageModule::Factory = ModuleFactory([]() { return new neighbor::PageM… in __anonf733b2e00102() 61 neighbor::PageModule::impl::impl(neighbor::PageModule& module) : module_(module) {} in impl() 63 void neighbor::PageModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() 111 void neighbor::PageModule::impl::Start() { in Start() 125 void neighbor::PageModule::impl::Stop() { in Stop() 130 void neighbor::PageModule::impl::SetScanActivity(ScanParameters params) { in SetScanActivity() 145 ScanParameters neighbor::PageModule::impl::GetScanActivity() const { in GetScanActivity() 149 void neighbor::PageModule::impl::SetScanType(hci::PageScanType scan_type) { in SetScanType() 158 void neighbor::PageModule::impl::SetTimeout(PageTimeout timeout) { in SetTimeout() [all …]
|
D | name.cc | 32 namespace neighbor { namespace 78 const ModuleFactory neighbor::NameModule::Factory = ModuleFactory([]() { return new neighbor::NameM… in __anon5dabcc640102() 80 neighbor::NameModule::impl::impl(const neighbor::NameModule& module) : module_(module) {} in impl() 82 void neighbor::NameModule::impl::EnqueueCommandComplete(std::unique_ptr<hci::CommandPacketBuilder> … in EnqueueCommandComplete() 86 void neighbor::NameModule::impl::EnqueueCommandStatus(std::unique_ptr<hci::CommandPacketBuilder> co… in EnqueueCommandStatus() 90 void neighbor::NameModule::impl::OnCommandComplete(hci::CommandCompleteView view) { in OnCommandComplete() 106 void neighbor::NameModule::impl::OnCommandStatus(hci::CommandStatusView status) { in OnCommandStatus() 121 void neighbor::NameModule::impl::OnEvent(hci::EventPacketView view) { in OnEvent() 139 void neighbor::NameModule::impl::Start() { in Start() 147 void neighbor::NameModule::impl::Stop() { in Stop() [all …]
|
D | scan_parameters.h | 21 namespace neighbor {
|
D | connectability.h | 23 namespace neighbor {
|
D | discoverability.h | 23 namespace neighbor {
|
D | scan.h | 23 namespace neighbor {
|
D | page.h | 25 namespace neighbor {
|
D | name_db.h | 29 namespace neighbor {
|
D | name.h | 28 namespace neighbor {
|
D | inquiry.h | 25 namespace neighbor {
|
/system/bt/main/shim/ |
D | entry.cc | 54 neighbor::ConnectabilityModule* GetConnectability() { in GetConnectability() 57 ->GetInstance<neighbor::ConnectabilityModule>(); in GetConnectability() 60 neighbor::DiscoverabilityModule* GetDiscoverability() { in GetDiscoverability() 63 ->GetInstance<neighbor::DiscoverabilityModule>(); in GetDiscoverability() 70 neighbor::InquiryModule* GetInquiry() { in GetInquiry() 73 ->GetInstance<neighbor::InquiryModule>(); in GetInquiry() 90 neighbor::NameModule* GetName() { in GetName() 93 ->GetInstance<neighbor::NameModule>(); in GetName() 96 neighbor::PageModule* GetPage() { in GetPage() 99 ->GetInstance<neighbor::PageModule>(); in GetPage()
|
D | entry.h | 39 namespace neighbor { 74 neighbor::DiscoverabilityModule* GetDiscoverability(); 75 neighbor::ConnectabilityModule* GetConnectability(); 77 neighbor::InquiryModule* GetInquiry(); 81 neighbor::NameModule* GetName(); 82 neighbor::PageModule* GetPage();
|
D | stack.cc | 75 modules.add<neighbor::ConnectabilityModule>(); in StartEverything() 76 modules.add<neighbor::DiscoverabilityModule>(); in StartEverything() 77 modules.add<neighbor::InquiryModule>(); in StartEverything() 78 modules.add<neighbor::NameModule>(); in StartEverything() 79 modules.add<neighbor::NameDbModule>(); in StartEverything() 80 modules.add<neighbor::PageModule>(); in StartEverything() 81 modules.add<neighbor::ScanModule>(); in StartEverything() 92 stack_manager_.GetInstance<neighbor::InquiryModule>()); in StartEverything()
|
/system/bt/gd/neighbor/cert/ |
D | py_neighbor.py | 27 from neighbor.facade import facade_pb2 as neighbor_facade 33 self.inquiry_event_stream = EventStream(device.neighbor.SetInquiryMode(inquiry_msg)) 45 … self.remote_name_stream = EventStream(device.neighbor.GetRemoteNameEvents(empty_proto.Empty())) 81 self.device.neighbor.ReadRemoteName(
|
D | neighbor_test.py | 23 from neighbor.cert.py_neighbor import PyNeighbor 24 from neighbor.facade import facade_pb2 as neighbor_facade
|
/system/bt/gd/neighbor/facade/ |
D | facade.cc | 31 namespace neighbor { namespace 53 const ::bluetooth::neighbor::EnableMsg* request, in SetConnectability() 65 const ::bluetooth::neighbor::DiscoverabilitiyMsg* request, in SetDiscoverability() 85 const ::bluetooth::neighbor::InquiryMsg* request, in SetInquiryMode() 119 const ::bluetooth::neighbor::RemoteNameRequestMsg* request, in ReadRemoteName() 156 const ::bluetooth::neighbor::EnableMsg* request, in EnableInquiryScan() 168 const ::bluetooth::neighbor::EnableMsg* request, in EnablePageScan()
|
D | facade.h | 30 namespace neighbor {
|
/system/bt/gd/hci/cert/ |
D | acl_manager_test.py | 19 from neighbor.facade import facade_pb2 as neighbor_facade 55 self.dut.neighbor.EnablePageScan(neighbor_facade.EnableMsg(enabled=True)) 71 self.dut.neighbor.EnablePageScan(neighbor_facade.EnableMsg(enabled=True))
|
/system/bt/gd/facade/ |
D | grpc_root_server.cc | 93 modules.add<::bluetooth::neighbor::facade::NeighborFacadeModule>(); in StartStack() 99 modules.add<::bluetooth::neighbor::facade::NeighborFacadeModule>(); in StartStack() 109 modules.add<::bluetooth::neighbor::facade::NeighborFacadeModule>(); in StartStack()
|
/system/bt/gd/security/cert/ |
D | security_test.py | 28 from neighbor.facade import facade_pb2 as neighbor_facade 76 self.dut.neighbor.EnablePageScan(neighbor_facade.EnableMsg(enabled=True)) 77 self.cert.neighbor.EnablePageScan(neighbor_facade.EnableMsg(enabled=True))
|