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

/system/nfc/src/nfc/llcp/
H A Dllcp_api.c637 ** Function LLCP_SendUI
647 tLLCP_STATUS LLCP_SendUI(uint8_t ssap, uint8_t dsap, NFC_HDR* p_buf) { function
651 LLCP_TRACE_API2("LLCP_SendUI () SSAP=0x%x, DSAP=0x%x", ssap, dsap);
656 LLCP_TRACE_ERROR1("LLCP_SendUI (): SSAP (0x%x) is not registered", ssap);
659 "LLCP_SendUI (): Logical link on SSAP (0x%x) is not enabled", ssap);
661 LLCP_TRACE_ERROR0("LLCP_SendUI (): LLCP link is not activated");
668 LLCP_TRACE_ERROR2("LLCP_SendUI (): offset (%d) must be %d at least",
673 "LLCP_SendUI (): Data length shall not be bigger than peer's link "
678 "LLCP_SendUI (): Peer doesn't support connectionless link");

Completed in 76 milliseconds