1.2.2.3.4.1.3.7 BLE_OTAPC_EvtFragmentComplInd_T

C

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

Description

Data structure for BLE_OTAPC_EVT_FRAGMENT_COMPL_IND event. 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.
resultThe start result. See Result code.