Searched refs:GetApcfOpcode (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager_test.cc | 510 ASSERT_EQ(filter_command_view.GetApcfOpcode(), ApcfOpcode::SET_FILTERING_PARAMETERS); in TEST_F() 527 ASSERT_EQ(filter_command_view.GetApcfOpcode(), ApcfOpcode::BROADCASTER_ADDRESS); in TEST_F() 543 ASSERT_EQ(filter_command_view.GetApcfOpcode(), ApcfOpcode::SERVICE_UUID); in TEST_F() 559 ASSERT_EQ(filter_command_view.GetApcfOpcode(), ApcfOpcode::LOCAL_NAME); in TEST_F() 575 ASSERT_EQ(filter_command_view.GetApcfOpcode(), ApcfOpcode::MANUFACTURER_DATA); in TEST_F() 591 ASSERT_EQ(filter_command_view.GetApcfOpcode(), ApcfOpcode::SERVICE_DATA); in TEST_F() 608 ASSERT_EQ(filter_command_view.GetApcfOpcode(), ApcfOpcode::TRANSPORT_DISCOVERY_DATA); in TEST_F()
|
D | le_scanning_manager.cc | 1354 ApcfOpcode apcf_opcode = status_view.GetApcfOpcode(); in on_advertising_filter_complete()
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.cc | 2637 switch (command_view.GetApcfOpcode()) { in LeApcf() 2870 ERROR(id_, "unknown APCF opcode {:#x}", static_cast<uint8_t>(command_view.GetApcfOpcode())); in LeApcf() 2874 command_view.GetApcfOpcode(), std::vector<uint8_t>{})); in LeApcf() 2878 static_cast<uint8_t>(command_view.GetApcfOpcode())), in LeApcf()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 16268 ApcfOpcode GetApcfOpcode() const {ASSERT(was_validated_);auto to_bound = begin();auto apcf_opcode_i… in CreateOptional() function 16279 …x << "LeAdvFilter { ";ss << "" << "apcf_opcode = " << ApcfOpcodeText(GetApcfOpcode()) << ", body … in CreateOptional() 16290 ApcfOpcode GetApcfOpcode() const {ASSERT(was_validated_);auto to_bound = begin();auto apcf_opcode_i… in CreateOptional() function 16302 …<< ErrorCodeText(GetStatus()) << ", apcf_opcode = " << ApcfOpcodeText(GetApcfOpcode()) << ", body … in CreateOptional() 16318 …/* Total size of the fixed fields */;if (it > end()) return false;if (GetApcfOpcode() != ApcfOpcod… in CreateOptional() 16337 …/* Total size of the fixed fields */;if (it > end()) return false;if (GetApcfOpcode() != ApcfOpcod… in CreateOptional() 16357 …/* Total size of the fixed fields */;if (it > end()) return false;if (GetApcfOpcode() != ApcfOpcod… in CreateOptional() 16453 …/* Total size of the fixed fields */;if (it > end()) return false;if (GetApcfOpcode() != ApcfOpcod… in CreateOptional() 16476 …/* Total size of the fixed fields */;if (it > end()) return false;if (GetApcfOpcode() != ApcfOpcod… in CreateOptional() 16498 …/* Total size of the fixed fields */;if (it > end()) return false;if (GetApcfOpcode() != ApcfOpcod… in CreateOptional() [all …]
|