/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | event_checkers.h | 31 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()
|
D | le_periodic_sync_manager.h | 218 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()
|
D | hci_layer.cc | 201 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()
|
D | le_scanning_manager.cc | 1315 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()
|
D | hci_metrics_logging.cc | 38 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()
|
D | remote_name_request.cc | 138 log::assert_that(status.GetCommandOpCode() == OpCode::REMOTE_NAME_REQUEST, in on_start_remote_name_request_status()
|
D | le_address_manager.cc | 772 auto op_code = view.GetCommandOpCode(); in on_command_complete() 791 auto op_code = view.GetCommandOpCode(); in OnCommandComplete()
|
D | le_advertising_manager.cc | 1721 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()
|
D | hci_layer_unittest.cc | 442 promise.set_value(view.GetCommandOpCode()); in TEST_F()
|
D | controller.cc | 475 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()
|
D | distance_measurement_manager.cc | 819 OpCode op_code = status_view.GetCommandOpCode(); in on_cs_setup_command_status_cb()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/fuzz/ |
D | fuzz_hci_hal.cc | 70 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/ |
D | le_acl_connection.cc | 202 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()
|
D | le_impl.h | 792 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()
|
D | classic_impl.h | 312 log::assert_that(status.GetCommandOpCode() == OpCode::CREATE_CONNECTION, in on_create_connection_status()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hci_vs.cc | 43 auto ocf = static_cast<uint16_t>(view.GetCommandOpCode()) & 0x3ff; in CommandStatusOrCompleteCallback() 50 auto ocf = static_cast<uint16_t>(view.GetCommandOpCode()) & 0x3ff; in CommandStatusOrCompleteCallback()
|
D | btif_bqr.cc | 546 tBTM_VSC_CMPL vsc_cmpl_params = {.opcode = static_cast<uint16_t>(complete.GetCommandOpCode()), in BqrVscCompleteCallback()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/neighbor/ |
D | scan.cc | 66 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/ |
D | facade.cc | 201 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/ |
D | hci_layer.cc | 160 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 D | VtsHalBluetoothTargetTest.cpp | 408 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/ |
D | hci_packets.h | 3114 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/ |
D | pcap_filter.cc | 112 switch (command_complete.GetCommandOpCode()) { in FilterHciEvent()
|