uint8_t wsfEventMask_t
Event handler event mask data type.
void L2cCocHandlerInit(wsfHandlerId_t handlerId)
Event handler initialization function for L2C with connection oriented channels.
void L2cCocHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg)
The WSF event handler for L2C with connection oriented channels.
uint8_t wsfHandlerId_t
Event handler ID data type.
void L2cSlaveHandlerInit(wsfHandlerId_t handlerId)
Event handler initialization function for L2C when operating as a slave.
Software foundation OS API.
Common message structure passed to event handler.
void L2cSlaveHandler(wsfEventMask_t event, wsfMsgHdr_t *pMsg)
The WSF event handler for L2C when operating as a slave.