android13/packages/modules/Bluetooth/tools/pdl/test/count-field.pdl

26 lines
325 B
Plaintext

little_endian_packets
packet Undefined {
_count_ (array): 8,
}
packet InvalidType {
_count_ (array): 8,
array: 16,
}
packet InvalidOrder {
array: 16[],
_count_ (array): 8,
}
packet InvalidSize {
_count_ (array): 8,
array: 16[32],
}
packet Correct {
_count_ (array): 8,
array: 16[],
}