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.cc81 auto command_view = bluetooth::hci::SniffSubratingView::Create(command); in SniffSubrating() local
281 auto command_view = bluetooth::hci::ResetView::Create(command); in Reset() local
294 auto command_view = bluetooth::hci::ReadBufferSizeView::Create(command); in ReadBufferSize() local
305 auto command_view = bluetooth::hci::ReadRssiView::Create(command); in ReadRssi() local
317 auto command_view = in ReadEncryptionKeySize() local
328 auto command_view = bluetooth::hci::HostBufferSizeView::Create(command); in HostBufferSize() local
335 auto command_view = in ReadLocalVersionInformation() local
352 auto command_view = in ReadRemoteVersionInformation() local
365 auto command_view = bluetooth::hci::ReadBdAddrView::Create(command); in ReadBdAddr() local
372 auto command_view = in ReadLocalSupportedCommands() local
[all …]
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc386 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
477 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in TEST_F() local
522 auto command_view = LeCreateConnectionCancelView::Create(le_connection_management_command_view); in TEST_F() local
553 auto command_view = in TEST_F() local
595 auto command_view = in TEST_F() local
809 auto command_view = DisconnectView::Create(packet); in TEST_F() local
839 auto command_view = SwitchRoleView::Create(packet); in TEST_F() local
854 auto command_view = WriteDefaultLinkPolicySettingsView::Create(packet); in TEST_F() local
869 auto command_view = AuthenticationRequestedView::Create(packet); in TEST_F() local
881 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()
737 void log_classic_pairing_command_status(std::unique_ptr<CommandView>& command_view, ErrorCode statu… in log_classic_pairing_command_status()
900 …classic_pairing_command_complete(EventView event_view, std::unique_ptr<CommandView>& command_view)… in log_classic_pairing_command_complete()
Dhci_packets_test.cc380 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST() local
398 …auto command_view = LeAdvertisingCommandView::Create(CommandView::Create(PacketView<kLittleEndian>… in TEST() local
416 auto command_view = LeMultiAdvtSetDataView::Create(LeMultiAdvtView::Create( in TEST() local
437 auto command_view = LeMultiAdvtSetScanRespView::Create(LeMultiAdvtView::Create( in TEST() local
Dhci_layer.cc78 unique_ptr<CommandView> command_view; member in bluetooth::hci::CommandQueueEntry
Dacl_manager_unittest.cc655 auto command_view = LeCreateConnectionView::Create(le_connection_management_command_view); in SetUp() local
Dle_advertising_manager.cc1567 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