1.1.2.1.2.3.16 GATT_EvtReceiveHandleValue_T

C

typedef struct GATT_EvtReceiveHandleValue_T
{
    uint16_t    connHandle;
    uint16_t    charHandle;
    uint16_t    receivedLength;
    uint8_t     receivedValue[BLE_ATT_MAX_MTU_LEN-ATT_NOTI_INDI_HEADER_SIZE];
}   GATT_EvtReceiveHandleValue_T;

Field Documentation

FieldDescription
connHandleConnection handle associated with this connection.
charHandleHandle of the attribute which is notified/indicated.
receivedLengthLength of value received in notification/indication.
receivedValueValue received in Notification/Indication.