1.2.2.3.4.2.3.3 BLE_OTAPS_EvtUpdatingInd_T
C
typedef struct BLE_OTAPS_EvtUpdatingInd_T { uint16_t length; uint8_t *p_fragment; } BLE_OTAPS_EvtUpdatingInd_T;
Description
Data structure for BLE_OTAPS_EVT_UPDATING_IND event.
Field Documentation
Field | Description |
---|---|
length | The length of image fragment be updated. |
p_fragment | The image fragment need to be updated. If p_fragment is not NULL, Application must update fragment by ifself. |