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

  /system/nfc/src/nfc/llcp/
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++) {
700 sap = (sap + 1) % LLCP_NUM_SAPS;
704 for (xx = 0; xx < LLCP_NUM_SAPS; xx++) {
705 sap = (llcp_cb.ll_tx_uncongest_ntf_start_sap + 1) % LLCP_NUM_SAPS;
    [all...]
llcp_main.c 122 for (sap = LLCP_SAP_SDP; sap < LLCP_NUM_SAPS; sap++) {
  /system/nfc/src/nfc/include/
llcp_defs.h 184 #define LLCP_NUM_SAPS 64

Completed in 631 milliseconds