Home
last modified time | relevance | path

Searched refs:command_packet (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bluetooth_hci/
Duart_transport_fuzzer.cc36 const CommandPacket& command_packet = packet.command_packet(); in LLVMFuzzerTestOneInput() local
38 const uint16_t opcode = command_packet.opcode(); in LLVMFuzzerTestOneInput()
42 command_packet.opcode_command_field(); in LLVMFuzzerTestOneInput()
46 const uint8_t opcode_group_field = command_packet.opcode_group_field(); in LLVMFuzzerTestOneInput()
50 stream.Write(command_packet.parameters()).IgnoreError(); in LLVMFuzzerTestOneInput()
/external/pigweed/pw_bluetooth_hci/public/pw_bluetooth_hci/
Dpacket.h50 const CommandPacket& command_packet() const { in command_packet() function
55 CommandPacket& command_packet() { in command_packet() function