what are the remaining data in the data array, actually it is 8 bytes, data[0] is for sub command and what are remaining values in 7 indexes?
Here is the structure of packet in this actually it is 8 bytes data buffer but data[0] receiving is subcommand and what are the remaining valuestypedef struct{ MOBLE_ADDRESS peer; MOBLE_ADDRESS dst; MOBLEUINT8 command; MOBLEUINT8 data[DATA_BUFFER_LEN...