BLE_OTAPS_EvtUpdatingInd_T
C
typedef struct BLE_OTAPS_EvtUpdatingInd_T
{
uint16_t length;
uint8_t *p_fragment;
} BLE_OTAPS_EvtUpdatingInd_T;Description
Structure for the BLE_OTAPS_EVT_UPDATING_IND event.
Field Documentation
| Field | Description |
|---|---|
| length | Length of the current image fragment being updated. |
| p_fragment | Pointer to the image fragment data. If not NULL, the application must handle the fragment update. |
