Home | History | Annotate | Download | only in llcp

Lines Matching refs:LLCP_SendUI

663 ** Function         LLCP_SendUI
673 tLLCP_STATUS LLCP_SendUI (UINT8 ssap,
680 LLCP_TRACE_API2 ("LLCP_SendUI () SSAP=0x%x, DSAP=0x%x", ssap, dsap);
687 LLCP_TRACE_ERROR1 ("LLCP_SendUI (): SSAP (0x%x) is not registered", ssap);
691 LLCP_TRACE_ERROR1 ("LLCP_SendUI (): Logical link on SSAP (0x%x) is not enabled", ssap);
695 LLCP_TRACE_ERROR0 ("LLCP_SendUI (): LLCP link is not activated");
708 LLCP_TRACE_ERROR2 ("LLCP_SendUI (): offset (%d) must be %d at least",
714 LLCP_TRACE_ERROR0 ("LLCP_SendUI (): Data length shall not be bigger than peer's link MIU");
719 LLCP_TRACE_ERROR0 ("LLCP_SendUI (): Peer doesn't support connectionless link");