GATT_EvtReceiveCfm_T
C
typedef struct GATT_EvtReceiveCfm_T
{
uint16_t connHandle;
uint16_t attrHandle;
} GATT_EvtReceiveCfm_T;Description
Data structure for GATTS_EVT_HV_CONFIRM event.
Field Documentation
| Field | Description |
|---|---|
| connHandle | Connection handle associated with this connection. |
| attrHandle | The confirmation is acknowledgement of indication performed on this attribute hanlde. |
