BLE_ANPC_EvtWriteUnreadAlertRspInd_T
C
typedef struct BLE_ANPC_EvtWriteUnreadAlertRspInd_T
{
uint16_t connHandle;
uint16_t errCode;
}BLE_ANPC_EvtWriteUnreadAlertRspInd_T;Description
Structure for the BLE_ANPC_EVT_WRITE_UNREAD_ALERT_NTFY_RSP_IND event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with the write request. |
| errCode | Error code indicating the result of the write operation. Refer to ATT error codes for possible values. |
