HomeSort by relevance Sort by last modified time
    Searched refs:LLCP_ConnectReq (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/include/
llcp_api.h 441 ** Function LLCP_ConnectReq
451 LLCP_API extern tLLCP_STATUS LLCP_ConnectReq (UINT8 reg_sap, UINT8 dsap,
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_act.c     [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 894 ** Function LLCP_ConnectReq
904 tLLCP_STATUS LLCP_ConnectReq (UINT8 reg_sap,
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)
    [all...]

Completed in 31 milliseconds