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 585 if ((nfc_hal_cb.max_rf_credits) && (payload_len > 5))
589 if (*p > nfc_hal_cb.max_rf_credits)
591 HAL_TRACE_DEBUG2 ("RfDataCredits %d->%d", *p, nfc_hal_cb.max_rf_credits);
592 *p = nfc_hal_cb.max_rf_credits;
885 HAL_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits);
886 nfc_hal_cb.max_rf_credits = max_credits;
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 439 UINT8 max_rf_credits; /* NFC Max RF data credits */ member in struct:__anon12743

Completed in 97 milliseconds