1.3.5.3.36 MAC_DATA_INDICATION_CB Function Pointer

C

typedef void (*MAC_DATA_INDICATION_CB)(uint16_t conHandle, uint8_t *data,
 uint16_t dataLen, uint32_t timeRef);

Summary

Callback function pointer for the MAC data indication.

Description

This callback is used for the MAC data indication.
  • conHandle - Unique identifier of the connection
  • data - Pointer to data to be received through this connection
  • dataLen - Length of the data in bytes
  • timeRef - Time reference (in 10s of microseconds) (v1.4)

Remarks

None.