BLE_ANCS_EvtErrAttrBufInd_T
C
typedef struct
{
  uint16_t                    connHandle;
  BLE_ANCS_NtfyAttrId_T       attrId;
  uint16_t                    len;
} BLE_ANCS_EvtErrAttrBufInd_T;Description
Data structure for BLE_ANCS_EVT_ERR_ATTR_BUF_IND event.
Field Documentation
| Field | Description | 
|---|---|
| connHandle | Connection handle associated with this connection. | 
| attrId | Attribute ID. See BLE_ANCS_NtfyAttrId_T. | 
| len | length of the attribute. | 
