Searched defs:LLCP_ConnectReq (Results 1 - 1 of 1) sorted by last modified time

/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_api.c894 ** Function LLCP_ConnectReq
904 tLLCP_STATUS LLCP_ConnectReq (UINT8 reg_sap, function
913 LLCP_TRACE_API2 ("LLCP_ConnectReq () reg_sap=0x%x, DSAP=0x%x", reg_sap, dsap);
918 LLCP_TRACE_ERROR0 ("LLCP_ConnectReq (): Peer doesn't support connection-oriented link");
936 LLCP_TRACE_ERROR1 ("LLCP_ConnectReq (): SSAP (0x%x) is not registered", reg_sap);
942 LLCP_TRACE_ERROR1 ("LLCP_ConnectReq (): DSAP (0x%x) must not be link manager SAP", dsap);
950 LLCP_TRACE_ERROR1 ("LLCP_ConnectReq (): Service Name (%d bytes) is too long",
958 LLCP_TRACE_ERROR0 ("LLCP_ConnectReq (): Data link MIU shall not be bigger than local link MIU");
970 LLCP_TRACE_ERROR0 ("LLCP_ConnectReq (): There is pending connect request on this reg_sap");
981 LLCP_TRACE_ERROR0 ("LLCP_ConnectReq ()
[all...]

Completed in 95 milliseconds