/system/bt/gd/hci/fuzz/ |
D | fuzz_hci_layer.cc | 33 ContextualCallback<void(hci::LeMetaEventView)> event_handler) { in GetLeSecurityInterface() 47 ContextualCallback<void(hci::LeMetaEventView)> event_handler, in GetLeAclConnectionInterface() 56 ContextualCallback<void(hci::LeMetaEventView)> event_handler) { in GetLeAdvertisingInterface() 61 ContextualCallback<void(hci::LeMetaEventView)> event_handler) { in GetLeScanningInterface() 65 hci::LeIsoInterface* FuzzHciLayer::GetLeIsoInterface(ContextualCallback<void(hci::LeMetaEventView)>… in GetLeIsoInterface() 149 InvokeIfValid<LeMetaEventView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectLeEvent() 158 InvokeIfValid<LeMetaEventView>(le_security_event_handler_, data); in injectLeSecurityEvent() 171 InvokeIfValid<LeMetaEventView>(le_acl_event_handler_, data); in injectLeAclEvent() 180 InvokeIfValid<LeMetaEventView>(le_advertising_event_handler_, data); in injectLeAdvertisingEvent() 184 InvokeIfValid<LeMetaEventView>(le_scanning_event_handler_, data); in injectLeScanningEvent() [all …]
|
D | fuzz_hci_layer.h | 90 … common::ContextualCallback<void(hci::LeMetaEventView)> handler) override { in RegisterLeEventHandler() 104 common::ContextualCallback<void(hci::LeMetaEventView)> event_handler) override; 113 common::ContextualCallback<void(hci::LeMetaEventView)> event_handler, 119 common::ContextualCallback<void(hci::LeMetaEventView)> event_handler) override; 122 common::ContextualCallback<void(hci::LeMetaEventView)> event_handler) override; 124 …hci::LeIsoInterface* GetLeIsoInterface(common::ContextualCallback<void(LeMetaEventView)> event_han… 180 …std::map<hci::SubeventCode, common::ContextualCallback<void(hci::LeMetaEventView)>> le_event_handl… 183 common::ContextualCallback<void(hci::LeMetaEventView)> le_security_event_handler_; 186 common::ContextualCallback<void(hci::LeMetaEventView)> le_acl_event_handler_; 188 common::ContextualCallback<void(hci::LeMetaEventView)> le_advertising_event_handler_; [all …]
|
D | hci_layer_fuzz_client.cc | 36 le_security_interface_ = hci_->GetLeSecurityInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start() argument 42 GetHandler()->Bind([](LeMetaEventView) {}), in Start() argument 45 …le_advertising_interface_ = hci_->GetLeAdvertisingInterface(GetHandler()->Bind([](LeMetaEventView)… in Start() argument 46 le_scanning_interface_ = hci_->GetLeScanningInterface(GetHandler()->Bind([](LeMetaEventView) {})); in Start() argument
|
/system/bt/gd/hci/ |
D | hci_layer.h | 66 … common::ContextualCallback<void(LeMetaEventView)> event_handler); 72 …ityInterface* GetLeSecurityInterface(common::ContextualCallback<void(LeMetaEventView)> event_handl… 81 common::ContextualCallback<void(LeMetaEventView)> event_handler, 87 common::ContextualCallback<void(LeMetaEventView)> event_handler); 89 …ingInterface* GetLeScanningInterface(common::ContextualCallback<void(LeMetaEventView)> event_handl… 91 …virtual LeIsoInterface* GetLeIsoInterface(common::ContextualCallback<void(LeMetaEventView)> event_…
|
D | hci_layer.cc | 39 using bluetooth::hci::LeMetaEventView; 268 void register_le_event(SubeventCode event, ContextualCallback<void(LeMetaEventView)> handler) { in register_le_event() 325 LeMetaEventView meta_event_view = LeMetaEventView::Create(event); in on_le_meta_event() 342 std::map<SubeventCode, ContextualCallback<void(LeMetaEventView)>> subevent_handlers_; 421 void HciLayer::RegisterLeEventHandler(SubeventCode event, ContextualCallback<void(LeMetaEventView)>… in RegisterLeEventHandler() 480 ContextualCallback<void(LeMetaEventView)> event_handler, in GetLeAclConnectionInterface() 500 LeSecurityInterface* HciLayer::GetLeSecurityInterface(ContextualCallback<void(LeMetaEventView)> eve… in GetLeSecurityInterface() 507 LeAdvertisingInterface* HciLayer::GetLeAdvertisingInterface(ContextualCallback<void(LeMetaEventView… in GetLeAdvertisingInterface() 514 LeScanningInterface* HciLayer::GetLeScanningInterface(ContextualCallback<void(LeMetaEventView)> eve… in GetLeScanningInterface() 521 LeIsoInterface* HciLayer::GetLeIsoInterface(ContextualCallback<void(LeMetaEventView)> event_handler… in GetLeIsoInterface()
|
D | hci_metrics_logging.h | 28 void log_link_layer_connection_event_le_meta(LeMetaEventView le_meta_event_view);
|
D | le_scanning_manager_test.cc | 126 … common::ContextualCallback<void(LeMetaEventView)> event_handler) override { in RegisterLeEventHandler() 146 LeMetaEventView meta_event_view = LeMetaEventView::Create(event); in IncomingLeMetaEvent() 180 std::map<SubeventCode, common::ContextualCallback<void(LeMetaEventView)>> registered_le_events_;
|
D | hci_metrics_logging.cc | 47 LeMetaEventView le_meta_event_view = LeMetaEventView::Create(event_view); in log_hci_event() 387 void log_link_layer_connection_event_le_meta(LeMetaEventView le_meta_event_view) { in log_link_layer_connection_event_le_meta()
|
D | hci_layer_test.cc | 211 …->GetLeSecurityInterface(GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventView>)); in SendLeSecurityCommandExpectingComplete() 281 …de::CONNECTION_COMPLETE, GetHandler()->BindOn(this, &DependsOnHci::handle_event<LeMetaEventView>)); in Start() 457 …ASSERT_TRUE(LeConnectionCompleteView::Create(LeMetaEventView::Create(EventView::Create(event))).Is… in TEST_F()
|
D | le_advertising_manager_test.cc | 172 … common::ContextualCallback<void(LeMetaEventView)> event_handler) override { in RegisterLeEventHandler() 188 LeMetaEventView meta_event_view = LeMetaEventView::Create(event); in IncomingLeMetaEvent() 220 std::map<SubeventCode, common::ContextualCallback<void(LeMetaEventView)>> registered_le_events_;
|
D | acl_manager_test.cc | 208 … common::ContextualCallback<void(LeMetaEventView)> event_handler) override { in RegisterLeEventHandler() 228 LeMetaEventView meta_event_view = LeMetaEventView::Create(event); in IncomingLeMetaEvent() 301 std::map<SubeventCode, common::ContextualCallback<void(LeMetaEventView)>> registered_le_events_;
|
D | le_advertising_manager.cc | 137 void handle_event(LeMetaEventView event) { in handle_event()
|
D | le_scanning_manager.cc | 262 void handle_scan_results(LeMetaEventView event) { in handle_scan_results()
|
/system/bt/gd/hci/acl_manager/ |
D | le_impl.h | 87 void on_le_event(LeMetaEventView event_packet) { in on_le_event() 144 void on_le_connection_complete(LeMetaEventView packet) { in on_le_connection_complete() 200 void on_le_enhanced_connection_complete(LeMetaEventView packet) { in on_le_enhanced_connection_complete() 266 void on_le_connection_update_complete(LeMetaEventView view) { in on_le_connection_update_complete() 286 void on_le_phy_update_complete(LeMetaEventView view) { in on_le_phy_update_complete() 318 void on_data_length_change(LeMetaEventView view) { in on_data_length_change() 338 void on_remote_connection_parameter_request(LeMetaEventView view) { in on_remote_connection_parameter_request()
|
/system/bt/gd/hci/cert/ |
D | le_acl_manager_test.py | 140 hci_packets.LeMetaEventView( 147 hci_packets.LeMetaEventView( 258 hci_packets.LeMetaEventView( 264 hci_packets.LeMetaEventView(
|
/system/bt/gd/iso/internal/ |
D | iso_manager_impl.h | 53 void OnHciLeEvent(hci::LeMetaEventView event);
|
D | iso_manager_impl.cc | 48 void IsoManagerImpl::OnHciLeEvent(hci::LeMetaEventView event) { in OnHciLeEvent()
|
/system/bt/gd/security/ |
D | pairing_handler_le.h | 187 hci::LeMetaEventView le_event = hci::LeMetaEventView::Create(*e.hci_event); in WaitLeLongTermKeyRequest() 294 void OnHciLeEvent(hci::LeMetaEventView hci_event) { in OnHciLeEvent()
|
/system/bt/gd/cert/ |
D | captures.py | 60 hci_packets.LeMetaEventView(
|
D | matchers.py | 119 event = hci_packets.LeMetaEventView(inner_event)
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 234 void OnHciLeEvent(hci::LeMetaEventView event);
|
D | security_manager_impl.cc | 361 void SecurityManagerImpl::OnHciLeEvent(hci::LeMetaEventView event) { in OnHciLeEvent()
|
/system/bt/gd/hci/facade/ |
D | facade.cc | 191 void on_le_subevent(hci::LeMetaEventView view) { in on_le_subevent()
|
/system/bt/gd/btaa/linux_generic/ |
D | hci_processor.cc | 39 auto le_packet_view = hci::LeMetaEventView::Create(event); in process_le_event()
|
/system/bt/main/shim/ |
D | hci_layer.cc | 335 bluetooth::hci::LeMetaEventView le_meta_event_view) { in subevent_callback()
|