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

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 491 UINT8 max_credits = 1; local
504 if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0))
506 ALOGD("%s : max_credits=%d", __FUNCTION__, max_credits);
507 HAL_NfcSetMaxRfDataCredits(max_credits);
  /external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h 278 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 868 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits)
870 HAL_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits);
871 nfc_hal_cb.max_rf_credits = max_credits;

Completed in 723 milliseconds