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;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
attrHandleThe confirmation is acknowledgement of indication performed on this attribute hanlde.