Expand description
Composed of two records, the record descriptor type and descryptor values are separated in two record, for some reason.
A descriptor id have the format 0xABBB, A is the kind, B is the id. The kind could be: 0..4 => , with “1 >> kind” is the data size.
4 => A variable data size, the next 2 bytes after the descritod type is the size. But this need more investigation.
5 => End of the list, possibly only ID 0x003 is valid.
The order or descriptors seems to be irrelevant.