BLE_OTAPC_EvtFragmentComplInd_T

C

typedef struct BLE_OTAPC_EvtFragmentComplInd_T
{
    uint16_t        connHandle;
    uint8_t         result;
} BLE_OTAPC_EvtFragmentComplInd_T;

Description

Structure for the BLE_OTAPC_EVT_FRAGMENT_COMPL_IND event.

Note

Application shall wait this event after the total length of sent fragmented images reaches to max fragmented image size before distributing the next fragmented images.

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
resultResult of the fragment transfer. See OTAPC result code definitions.