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

FieldDescription
connHandleConnection handle associated with this connection.
attrHandleHandle of the attribute for which the confirmation is an acknowledgment of the indication.