1.1.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;

Field Documentation

FieldDescription
lengthThe length of image fragment needs to be updated.
p_fragmentThe image fragment needs to be updated. If p_fragment is not NULL, Application must update fragment by itself.