nRF51 SDK
|
Data Fields | |
uint8_t | len |
uint8_t * | p_data |
This structure contains the value of the DFU Packet characteristic as written by the peer and the length of the value written. It will be filled by the DFU Service when the peer writes to the DFU Packet characteristic.
uint8_t len |
Length of the packet received.
uint8_t* p_data |
Pointer to the received packet. This will point to a word aligned memory location.