Home
last modified time | relevance | path

Searched defs:CommandHeader (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dl2cap_defs.h344 struct CommandHeader { struct
345 CommandCode code;
346 CommandId id;
347 uint16_t length; // Length of the remaining payload
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h80 struct CommandHeader { struct
81 uint16_t opcode;
82 uint8_t parameter_total_size;
/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h126 struct CommandHeader struct
131 static_assert(sizeof(CommandHeader) == 4, "Check CommandHeader size"); argument