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_main.c 119 for (sap = LLCP_SAP_SDP; sap < LLCP_NUM_SAPS; sap++)
llcp_link.c 382 for (local_sap = LLCP_SAP_SDP + 1; local_sap < LLCP_NUM_SAPS; local_sap++)
572 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++)
622 for (sap = LLCP_SAP_SDP + 1; sap < LLCP_NUM_SAPS; sap++)
718 for (xx = LLCP_SAP_SDP + 1; xx < LLCP_NUM_SAPS; xx++)
742 sap = (sap + 1) % LLCP_NUM_SAPS;
746 for (xx = 0; xx < LLCP_NUM_SAPS; xx++)
748 sap = (llcp_cb.ll_tx_uncongest_ntf_start_sap + 1) % LLCP_NUM_SAPS;
    [all...]
  /external/libnfc-nci/src/nfc/include/
llcp_defs.h 178 #define LLCP_NUM_SAPS 64

Completed in 159 milliseconds