1.5.4.9 AL_DATA_REQUEST_PARAMS_HI Struct

C

typedef struct
{
  /* DSAP */
  uint8_t dsap;
  /* Request ID */
  uint8_t reqID;
  /* Pointer to Data buffer */
  uint8_t *payload;
  /* Length of the data */
  uint16_t payloadLen;
} AL_DATA_REQUEST_PARAMS_HI;

Summary

AL Data Request Parameters Structure used by Host Interface.

Description

Contains fields which define the AL Data Request input parameter for Host Interface.

Remarks

Only available when Host Interface is used.