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

/system/nfc/src/nfc/llcp/
H A Dllcp_api.c840 ** Function LLCP_ConnectReq
850 tLLCP_STATUS LLCP_ConnectReq(uint8_t reg_sap, uint8_t dsap, function
857 LLCP_TRACE_API2("LLCP_ConnectReq () reg_sap=0x%x, DSAP=0x%x", reg_sap, dsap);
862 "LLCP_ConnectReq (): Peer doesn't support connection-oriented link");
877 LLCP_TRACE_ERROR1("LLCP_ConnectReq (): SSAP (0x%x) is not registered",
884 "LLCP_ConnectReq (): DSAP (0x%x) must not be link manager SAP", dsap);
891 "LLCP_ConnectReq (): Service Name (%d bytes) is too long",
899 "LLCP_ConnectReq (): Data link MIU shall not be bigger than local link "
913 "LLCP_ConnectReq (): There is pending connect request on this reg_sap");
923 LLCP_TRACE_ERROR0("LLCP_ConnectReq ()
[all...]

Completed in 39 milliseconds