BLE_OTAPC_EvtFeatureInd_T
C
typedef struct BLE_OTAPC_EvtFeatureInd_T
{
uint16_t connHandle;
uint8_t suppImgType;
uint8_t fwExtFeaure;
} BLE_OTAPC_EvtFeatureInd_T;Description
Structure for the BLE_OTAPC_EVT_FEATURE_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| suppImgType | Supported image type for OTA. See OTAPC image type definitions. |
| fwExtFeaure | Supported extended firmware features for OTA. See OTAPC firmware feature definitions. |
