1.2.2.1.2.3.15 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. |