BLE_OTAPS_DevInfo_T
C
typedef struct BLE_OTAPS_DevInfo_T
{
uint32_t fwImageVer;
} BLE_OTAPS_DevInfo_T;Description
The structure contains current device information.
It should be used to response the event BLE_OTAPS_EVT_UPDATE_REQ.
Field Documentation
| Field | Description |
|---|---|
| fwImageVer | The version of current firmware image. |
