Searched refs:kCommandLengthSize (Results 1 – 1 of 1) sorted by relevance
55 constexpr size_t kCommandLengthSize = sizeof(uint8_t); variable187 len >= (kCommandOpcodeSize + kCommandLengthSize), in transmit_command()194 data += (kCommandOpcodeSize + kCommandLengthSize); in transmit_command()195 len -= (kCommandOpcodeSize + kCommandLengthSize); in transmit_command()