1.2.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;
Description
Data structure for GATTC_EVT_HV_NOTIFY or GATTC_EVT_HV_INDICATE event.
Field Documentation
Field | Description |
---|---|
connHandle | Connection handle associated with this connection. |
charHandle | Handle of the attribute which is notified/indicated. |
receivedLength | Length of value received in notification/indication. |
receivedValue | Value received in Notification/Indication. |