Modules | |
DFU cmd disable option (bitmask) | |
Macros | |
#define | DFU_ADV_MAX_LENGTH 18 |
#define | HEADER_MAX_LEN 20 |
#define | RECEIVE_MAX_LEN (1024 * 8 + HEADER_MAX_LEN) |
#define DFU_ADV_MAX_LENGTH 18 |
The max length of advertisement is 18 bytes.
Definition at line 56 of file gr55xx_dfu.h.
#define HEADER_MAX_LEN 20 |
The max length of header.
Definition at line 57 of file gr55xx_dfu.h.
#define RECEIVE_MAX_LEN (1024 * 8 + HEADER_MAX_LEN) |
The max length of received data is (8192 + HEADER_MAX_LEN) bytes.
Definition at line 58 of file gr55xx_dfu.h.