Searched defs:max_credits (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dpatchram.cpp435 UINT8 max_credits = 1; local
448 if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0))
450 ALOGD("%s : max_credits=%d", __FUNCTION__, max_credits);
451 HAL_NfcSetMaxRfDataCredits(max_credits);
488 UINT8 max_credits = 1; local
490 if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits))
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c867 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits) argument
869 NCI_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits);
870 nfc_hal_cb.max_rf_credits = max_credits;

Completed in 1633 milliseconds