BLE_ANPC_EvtWriteCpRspInd_T
C
typedef struct BLE_ANPC_EvtWriteCpRspInd_T
{
    uint16_t        connHandle;
    uint16_t        errCode;
}BLE_ANPC_EvtWriteCpRspInd_T;Description
Data structure for BLE_ANPC_EVT_WRITE_CP_RSP_IND event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | The connection handle. | 
| errCode | The error code of config control point response. See Error code definition. | 
