Home
last modified time | relevance | path

Searched refs:GetCommandOpCode (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Devent_checkers.h31 log::error("Invalid packet, opcode {}", OpCodeText(view.GetCommandOpCode())); in check_complete()
35 OpCode op_code = status_view.GetCommandOpCode(); in check_complete()
47 log::error("Invalid packet, opcode {}", OpCodeText(view.GetCommandOpCode())); in check_status()
51 OpCode op_code = status_view.GetCommandOpCode(); in check_status()
Dle_periodic_sync_manager.h218 OpCodeText(view.GetCommandOpCode()), ErrorCodeText(status), request.advertiser_sid, in HandlePeriodicAdvertisingCreateSyncStatus()
250 OpCodeText(view.GetCommandOpCode()), ErrorCodeText(status), request.advertiser_sid, in HandlePeriodicAdvertisingCreateSyncCancelStatus()
264 OpCodeText(view.GetCommandOpCode()), ErrorCodeText(status_view.GetStatus()), in HandlePeriodicAdvertisingSyncTransferComplete()
268 OpCodeText(view.GetCommandOpCode()), ErrorCodeText(status_view.GetStatus()), in HandlePeriodicAdvertisingSyncTransferComplete()
Dhci_layer.cc201 OpCode op_code = response_view.GetCommandOpCode(); in on_command_status()
219 OpCode op_code = response_view.GetCommandOpCode(); in handle_command_response()
252 status_view.GetCommandOpCode(), std::move(payload)); in handle_command_response()
444 auto op_code = view.GetCommandOpCode(); in on_hci_event()
453 auto op_code = view.GetCommandOpCode(); in on_hci_event()
Dle_scanning_manager.cc1315 switch (view.GetCommandOpCode()) { in on_set_scan_parameter_complete()
1341 log::fatal("Unhandled event {}", OpCodeText(view.GetCommandOpCode())); in on_set_scan_parameter_complete()
1350 log::info("Got a Command complete {}, status {}", OpCodeText(view.GetCommandOpCode()), in on_advertising_filter_complete()
1426 log::warn("Unexpected event type {}", OpCodeText(view.GetCommandOpCode())); in on_advertising_filter_complete()
1438 log::warn("Got a Command complete {}, status {}", OpCodeText(view.GetCommandOpCode()), in on_apcf_read_extended_features_complete()
1459 OpCodeText(view.GetCommandOpCode()), ErrorCodeText(status_view.GetStatus()), in on_batch_scan_complete()
Dhci_metrics_logging.cc38 if (complete_view.GetCommandOpCode() == OpCode::NONE) { in log_hci_event()
49 if (response_view.GetCommandOpCode() == OpCode::NONE) { in log_hci_event()
462 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_link_layer_connection_command_complete()
984 OpCode op_code = command_complete_view.GetCommandOpCode(); in log_classic_pairing_command_complete()
Dremote_name_request.cc138 log::assert_that(status.GetCommandOpCode() == OpCode::REMOTE_NAME_REQUEST, in on_start_remote_name_request_status()
Dle_address_manager.cc772 auto op_code = view.GetCommandOpCode(); in on_command_complete()
791 auto op_code = view.GetCommandOpCode(); in OnCommandComplete()
Dle_advertising_manager.cc1721 log::info("Got a Command complete {}, status {}", OpCodeText(view.GetCommandOpCode()), in check_status_with_id()
1743 OpCode opcode = view.GetCommandOpCode(); in check_status_with_id()
1784 log::warn("Unexpected event type {}", OpCodeText(view.GetCommandOpCode())); in check_status_with_id()
Dhci_layer_unittest.cc442 promise.set_value(view.GetCommandOpCode()); in TEST_F()
Dcontroller.cc475 ASSERT(view.GetCommandOpCode() == OpCode::READ_DEFAULT_ERRONEOUS_DATA_REPORTING); in read_default_erroneous_data_reporting_handler()
510 ASSERT(view.GetCommandOpCode() == OpCode::WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING); in write_default_erroneous_data_reporting_handler()
Ddistance_measurement_manager.cc819 OpCode op_code = status_view.GetCommandOpCode(); in on_cs_setup_command_status_cb()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/fuzz/
Dfuzz_hci_hal.cc70 if (!waiting_for_complete_ || complete.GetCommandOpCode() != waiting_opcode_) { in injectHciEvent()
78 if (!waiting_for_status_ || status.GetCommandOpCode() != waiting_opcode_) { in injectHciEvent()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection.cc202 log::assert_that(status.GetCommandOpCode() == OpCode::DISCONNECT, in Disconnect()
260 log::assert_that(status.GetCommandOpCode() == OpCode::READ_REMOTE_VERSION_INFORMATION, in ReadRemoteVersionInformation()
273 status.GetCommandOpCode() == OpCode::LE_READ_REMOTE_FEATURES, in LeReadRemoteFeatures()
Dle_impl.h792 status.GetCommandOpCode() == OpCode::LE_EXTENDED_CREATE_CONNECTION, in on_extended_create_connection()
799 log::assert_that(status.GetCommandOpCode() == OpCode::LE_CREATE_CONNECTION, in on_create_connection()
Dclassic_impl.h312 log::assert_that(status.GetCommandOpCode() == OpCode::CREATE_CONNECTION, in on_create_connection_status()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hci_vs.cc43 auto ocf = static_cast<uint16_t>(view.GetCommandOpCode()) & 0x3ff; in CommandStatusOrCompleteCallback()
50 auto ocf = static_cast<uint16_t>(view.GetCommandOpCode()) & 0x3ff; in CommandStatusOrCompleteCallback()
Dbtif_bqr.cc546 tBTM_VSC_CMPL vsc_cmpl_params = {.opcode = static_cast<uint16_t>(complete.GetCommandOpCode()), in BqrVscCompleteCallback()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/neighbor/
Dscan.cc66 switch (view.GetCommandOpCode()) { in OnCommandComplete()
83 log::error("Unhandled command {}", hci::OpCodeText(view.GetCommandOpCode())); in OnCommandComplete()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dfacade.cc201 log::info("Got a Command complete {}", OpCodeText(view.GetCommandOpCode())); in on_complete()
209 log::info("Got a Command status {}", OpCodeText(view.GetCommandOpCode())); in on_status()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dhci_layer.cc160 log::debug("Received cmd complete for {}", bluetooth::hci::OpCodeText(view.GetCommandOpCode())); in OnTransmitPacketCommandComplete()
169 bluetooth::hci::OpCodeText(view.GetCommandOpCode())); in OnTransmitPacketStatus()
/aosp_15_r20/hardware/interfaces/bluetooth/aidl/vts/
H A DVtsHalBluetoothTargetTest.cpp408 complete_view.GetCommandOpCode() == ::bluetooth::hci::OpCode::NONE; in handle_no_ops()
411 status_view.GetCommandOpCode() == ::bluetooth::hci::OpCode::NONE; in handle_no_ops()
464 ASSERT_EQ(complete_view.GetCommandOpCode(), opCode); in wait_for_command_complete_event()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h3114 OpCode GetCommandOpCode() const {ASSERT(was_validated_);auto to_bound = begin();auto command_op_cod… in CreateOptional() function
3128 …(GetNumHciCommandPackets()) << ", command_op_code = " << OpCodeText(GetCommandOpCode()) << ", payl… in CreateOptional()
3140 OpCode GetCommandOpCode() const {ASSERT(was_validated_);auto to_bound = begin();auto command_op_cod… in CreateOptional() function
3155 …(GetNumHciCommandPackets()) << ", command_op_code = " << OpCodeText(GetCommandOpCode()) << ", payl… in CreateOptional()
3170 … Total size of the fixed fields */;if (it > end()) return false;if (GetCommandOpCode() != OpCode::… in CreateOptional()
3211 … Total size of the fixed fields */;if (it > end()) return false;if (GetCommandOpCode() != OpCode::… in CreateOptional()
3246 … Total size of the fixed fields */;if (it > end()) return false;if (GetCommandOpCode() != OpCode::… in CreateOptional()
3293 … Total size of the fixed fields */;if (it > end()) return false;if (GetCommandOpCode() != OpCode::… in CreateOptional()
3329 … Total size of the fixed fields */;if (it > end()) return false;if (GetCommandOpCode() != OpCode::… in CreateOptional()
3378 … Total size of the fixed fields */;if (it > end()) return false;if (GetCommandOpCode() != OpCode::… in CreateOptional()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Dpcap_filter.cc112 switch (command_complete.GetCommandOpCode()) { in FilterHciEvent()