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

  /system/nfc/src/nfc/llcp/
llcp_main.c 101 llcp_cb.ll_tx_uncongest_ntf_start_sap = LLCP_SAP_SDP + 1;
103 LLCP_RegisterServer(LLCP_SAP_SDP, LLCP_LINK_TYPE_DATA_LINK_CONNECTION,
122 for (sap = LLCP_SAP_SDP; sap < LLCP_NUM_SAPS; sap++) {
llcp_sdp.c 72 p, LLCP_GET_PDU_HEADER(LLCP_SAP_SDP, LLCP_PDU_SNL_TYPE, LLCP_SAP_SDP));
282 for (sap = LLCP_SAP_SDP; sap <= LLCP_UPPER_BOUND_SDP_SAP; sap++) {
llcp_dlc.c 653 if (dsap == LLCP_SAP_SDP) {
660 llcp_util_send_dm(ssap, LLCP_SAP_SDP, LLCP_SAP_DM_REASON_NO_SERVICE);
663 llcp_util_send_dm(ssap, LLCP_SAP_SDP,
669 if (dsap == LLCP_SAP_SDP) {
673 llcp_util_send_dm(ssap, LLCP_SAP_SDP,
680 llcp_util_send_dm(ssap, LLCP_SAP_SDP, LLCP_SAP_DM_REASON_NO_SERVICE);
    [all...]
llcp_link.c 375 for (local_sap = LLCP_SAP_SDP + 1; local_sap < LLCP_NUM_SAPS; local_sap++) {
546 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++) {
592 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++) {
680 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++) {
682 if (sap > LLCP_SAP_SDP) {
707 if (sap > LLCP_SAP_SDP) {
    [all...]
llcp_util.c 407 if ((strlen(p_params->sn)) && (p_dlcb->remote_sap == LLCP_SAP_SDP)) {
llcp_api.c 872 if (dsap == LLCP_SAP_SDP) {
    [all...]
  /system/nfc/src/nfc/include/
llcp_defs.h 134 #define LLCP_SAP_SDP 0x01 /* Service Discovery "urn:nfc:sn:sdp" */
  /system/nfc/src/nfa/p2p/
nfa_p2p_api.c 73 ((server_sap <= LLCP_SAP_SDP) ||
77 LLCP_SAP_SDP + 1, LLCP_UPPER_BOUND_SDP_SAP);
    [all...]
nfa_p2p_act.c 910 status = LLCP_ConnectReq(local_sap, LLCP_SAP_SDP, &conn_params);
    [all...]

Completed in 306 milliseconds