BLE_OTAPS_EvtCompleteInd_T
C
typedef struct BLE_OTAPS_EvtCompleteInd_T
{
bool errStatus;
} BLE_OTAPS_EvtCompleteInd_T;Description
Data structure for BLE_OTAPS_EVT_COMPLETE_IND event.
Field Documentation
| Field | Description |
|---|---|
| errStatus | The error status of the update procedure. If errStatus is false, Application must call BLE_OTAPS_CompleteResponse to respond peer device the result. |
