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
Data structure for BLE_OTAPC_EVT_FEATURE_IND event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| suppImgType | The supported image type. See Definition of image type | 
| fwExtFeaure | The supported firmware extened feature. See BLE_OTAPC_FW_FEATURE_DEF | 
