1.1.2.3.4.2.3.7 BLE_OTAPS_EvtCompleteInd_T

C

typedef struct BLE_OTAPS_EvtCompleteInd_T
{
    bool  errStatus;
} BLE_OTAPS_EvtCompleteInd_T;

Field Documentation

FieldDescription
errStatusThe error status of the update procedure. If errStatus is false, Application must call BLE_OTAPS_CompleteResponse to respond peer device the result.