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

  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 593 if ((nfc_hal_cb.max_rf_credits) && (payload_len > 5))
597 if (*p > nfc_hal_cb.max_rf_credits)
599 HAL_TRACE_DEBUG2 ("RfDataCredits %d->%d", *p, nfc_hal_cb.max_rf_credits);
600 *p = nfc_hal_cb.max_rf_credits;
897 HAL_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits);
898 nfc_hal_cb.max_rf_credits = max_credits;
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 444 UINT8 max_rf_credits; /* NFC Max RF data credits */ member in struct:__anon16960

Completed in 65 milliseconds