2019-05-14 11:56 PM
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 values
typedef struct
{
MOBLE_ADDRESS peer;
MOBLE_ADDRESS dst;
MOBLEUINT8 command;
MOBLEUINT8 data[DATA_BUFFER_LENGTH]; /* 8-Bytes response packet */
MOBLEUINT32 length;
} APPLI_SEND_RESPONSE_MODULE;
2019-05-15 10:31 PM
Depending on the message, these can be useful or non-useful data
This is purely what is sent by the App. You can look at the comments in the code for more explaination