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

  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 98 llcp_cb.ll_tx_uncongest_ntf_start_sap = LLCP_SAP_SDP + 1;
100 LLCP_RegisterServer (LLCP_SAP_SDP, LLCP_LINK_TYPE_DATA_LINK_CONNECTION, "urn:nfc:sn:sdp", llcp_sdp_proc_data);
119 for (sap = LLCP_SAP_SDP; sap < LLCP_NUM_SAPS; sap++)
llcp_sdp.c 74 UINT16_TO_BE_STREAM (p, LLCP_GET_PDU_HEADER (LLCP_SAP_SDP, LLCP_PDU_SNL_TYPE, LLCP_SAP_SDP ));
315 for (sap = LLCP_SAP_SDP; sap <= LLCP_UPPER_BOUND_SDP_SAP; sap++)
llcp_link.c 368 for (local_sap = LLCP_SAP_SDP + 1; local_sap < LLCP_NUM_SAPS; local_sap++)
552 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++)
602 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++)
698 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++)
701 if (sap > LLCP_SAP_SDP)
730 if (sap > LLCP_SAP_SDP)
    [all...]
llcp_dlc.c 651 if (dsap == LLCP_SAP_SDP)
658 llcp_util_send_dm (ssap, LLCP_SAP_SDP, LLCP_SAP_DM_REASON_PERM_REJECT_THIS );
662 if (dsap == LLCP_SAP_SDP)
666 llcp_util_send_dm (ssap, LLCP_SAP_SDP, LLCP_SAP_DM_REASON_PERM_REJECT_THIS );
673 llcp_util_send_dm (ssap, LLCP_SAP_SDP, LLCP_SAP_DM_REASON_NO_SERVICE );
    [all...]
llcp_util.c 437 if ((strlen (p_params->sn)) && (p_dlcb->remote_sap == LLCP_SAP_SDP))
llcp_api.c     [all...]
  /external/libnfc-nci/src/nfc/include/
llcp_defs.h 132 #define LLCP_SAP_SDP 0x01 /* Service Discovery "urn:nfc:sn:sdp" */
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 71 &&((server_sap <= LLCP_SAP_SDP) ||(server_sap > LLCP_UPPER_BOUND_SDP_SAP)) )
74 LLCP_SAP_SDP + 1, LLCP_UPPER_BOUND_SDP_SAP);
    [all...]
nfa_p2p_act.c     [all...]

Completed in 271 milliseconds