Home
last modified time | relevance | path

Searched defs:command_view (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc323 auto command_view = gd_hci::SniffSubratingView::Create( in DualModeController() local
490 auto command_view = gd_hci::ResetView::Create(command); in DualModeController() local
502 auto command_view = gd_hci::ReadBufferSizeView::Create(command); in DualModeController() local
513 auto command_view = gd_hci::ReadEncryptionKeySizeView::Create( in DualModeController() local
524 auto command_view = gd_hci::HostBufferSizeView::Create(command); in DualModeController() local
531 auto command_view = gd_hci::ReadLocalVersionInformationView::Create(command); in DualModeController() local
547 auto command_view = gd_hci::ReadRemoteVersionInformationView::Create( in DualModeController() local
561 auto command_view = gd_hci::ReadBdAddrView::Create(command); in DualModeController() local
568 auto command_view = gd_hci::ReadLocalSupportedCommandsView::Create(command); in DualModeController() local
575 auto command_view = gd_hci::ReadLocalSupportedFeaturesView::Create(command); in DualModeController() local
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc397 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
482 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in TEST_F() local
526 auto command_view = LeCreateConnectionCancelView::Create(le_connection_management_command_view); in TEST_F() local
557 auto command_view = in TEST_F() local
588 auto command_view = in TEST_F() local
737 auto command_view = DisconnectView::Create(packet); in TEST_F() local
767 auto command_view = SwitchRoleView::Create(packet); in TEST_F() local
782 auto command_view = WriteDefaultLinkPolicySettingsView::Create(packet); in TEST_F() local
797 auto command_view = AuthenticationRequestedView::Create(packet); in TEST_F() local
809 auto command_view = ReadClockOffsetView::Create(packet); in TEST_F() local
[all …]
Dhci_metrics_logging.cc29std::unique_ptr<CommandView>& command_view, EventView event_view, storage::StorageModule* storage_… in log_hci_event()
67 void log_link_layer_connection_command(std::unique_ptr<CommandView>& command_view) { in log_link_layer_connection_command()
236 void log_link_layer_connection_command_status(std::unique_ptr<CommandView>& command_view, ErrorCode… in log_link_layer_connection_command_status()
416 …ayer_connection_command_complete(EventView event_view, std::unique_ptr<CommandView>& command_view)… in log_link_layer_connection_command_complete()
723 void log_classic_pairing_command_status(std::unique_ptr<CommandView>& command_view, ErrorCode statu… in log_classic_pairing_command_status()
894 …classic_pairing_command_complete(EventView event_view, std::unique_ptr<CommandView>& command_view)… in log_classic_pairing_command_complete()
Dhci_packets_test.cc381 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST() local
399 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST() local
417 auto command_view = LeMultiAdvtSetDataView::Create(LeMultiAdvtView::Create( in TEST() local
438 auto command_view = LeMultiAdvtSetScanRespView::Create(LeMultiAdvtView::Create( in TEST() local
Dacl_manager_unittest.cc654 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
Dhci_layer.cc72 unique_ptr<CommandView> command_view; member in bluetooth::hci::CommandQueueEntry
Dle_advertising_manager.cc1417 auto command_view = LeMultiAdvtCompleteView::Create(view); in check_status_with_id() local
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc148 auto command_view = in ConnectionCommand() local
Dacl_manager_facade.cc125 auto command_view = in ConnectionCommand() local