BLE_OTAPS_EvtCompleteInd_T

C

typedef struct BLE_OTAPS_EvtCompleteInd_T
{
    bool  errStatus;
} BLE_OTAPS_EvtCompleteInd_T;

Field Documentation

FieldDescription
errStatusError status of the update process. If false, the application must call BLE_OTAPS_CompleteResponse to send the result to the peer device.