BLE_OTAPS_EvtCompleteInd_T
C
typedef struct BLE_OTAPS_EvtCompleteInd_T { bool errStatus; } BLE_OTAPS_EvtCompleteInd_T;
Description
Structure for the BLE_OTAPS_EVT_COMPLETE_IND event.
Field Documentation
Field | Description |
---|---|
errStatus | Error status of the update process. If false, the application must call BLE_OTAPS_CompleteResponse to send the result to the peer device. |