Searched defs:LLCP_SendUI (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_api.c663 ** Function LLCP_SendUI
673 tLLCP_STATUS LLCP_SendUI (UINT8 ssap, function
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");

Completed in 44 milliseconds