1.3.5.3.21 MAC_REDIRECT_RESPONSE Function Pointer
C
typedef void (*MAC_REDIRECT_RESPONSE)(uint16_t conHandle, uint8_t *eui48,
uint8_t *data, uint16_t dataLen);
Summary
Function pointer to respond to a MAC direct connection establishment indication.
Description
This function pointer is used to respond to a MAC direct connection establishment indication.
- conHandle - Unique identifier of the connection
- answer - Action to be taken for this connection release procedure
- eui48 - Pointer to the address of the node to which this connection will be "redirected"
- data - Data associated with the connection establishment procedure
- dataLen - Length of the data in bytes
Remarks
None.