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

  /external/libnfc-nci/src/nfc/llcp/
llcp_link.c 363 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++)
596 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++)
692 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++)
716 sap = (sap + 1) % LLCP_NUM_SAPS;
720 for (xx = 0; xx < LLCP_NUM_SAPS; xx++)
722 sap = (llcp_cb.ll_tx_uncongest_ntf_start_sap + 1) % LLCP_NUM_SAPS;
    [all...]
llcp_main.c 118 for (sap = LLCP_SAP_SDP; sap < LLCP_NUM_SAPS; sap++)
  /external/libnfc-nci/src/nfc/include/
llcp_defs.h 177 #define LLCP_NUM_SAPS 64

Completed in 371 milliseconds