GATT_EvtReceiveCfm_T
C
typedef struct GATT_EvtReceiveCfm_T { uint16_t connHandle; uint16_t attrHandle; } GATT_EvtReceiveCfm_T;
Description
Structure for the GATTS_EVT_HV_CONFIRM event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
attrHandle | Handle of the attribute for which the confirmation is an acknowledgment of the indication. |