Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dl2cap_defs.h359 struct CommandHeader { struct
360 CommandCode code;
361 CommandId id;
362 uint16_t length; // Length of the remaining payload
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h86 struct CommandHeader { struct
87 uint16_t opcode;
88 uint8_t parameter_total_size;
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h131 struct CommandHeader struct
136 static_assert(sizeof(CommandHeader) == 4, "Check CommandHeader size"); argument