Home
last modified time | relevance | path

Searched refs:opcode_command_field (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth_hci/
Duart_transport_fuzzer.cc41 const uint16_t opcode_command_field = in LLVMFuzzerTestOneInput() local
42 command_packet.opcode_command_field(); in LLVMFuzzerTestOneInput()
43 stream.Write(as_bytes(span<const uint16_t>(&opcode_command_field, 1))) in LLVMFuzzerTestOneInput()
Dpacket_test.cc65 EXPECT_EQ(packet.opcode_command_field(), kOpcodeCommandField); in TEST_F()
86 EXPECT_EQ(decoded_packet.opcode_command_field(), kOpcodeCommandField); in TEST_F()
97 EXPECT_EQ(decoded_packet.opcode_command_field(), kOpcodeCommandField); in TEST_F()
115 EXPECT_EQ(packet.opcode_command_field(), kOpcodeCommandField); in TEST_F()
139 EXPECT_EQ(decoded_packet.opcode_command_field(), kOpcodeCommandField); in TEST_F()
152 EXPECT_EQ(decoded_packet.opcode_command_field(), kOpcodeCommandField); in TEST_F()
/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
Dpacket.h147 constexpr uint16_t opcode_command_field() const { in opcode_command_field() function