Home
last modified time | relevance | path

Searched refs:max_credits (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dpatchram.cpp520 UINT8 max_credits = 1, allow_no_nvm=0; in nfc_hal_post_reset_init() local
541 … if (GetNumValue(MAX_RF_DATA_CREDITS, &max_credits, sizeof(max_credits)) && (max_credits > 0)) in nfc_hal_post_reset_init()
543 ALOGD("%s : max_credits=%d", __FUNCTION__, max_credits); in nfc_hal_post_reset_init()
544 HAL_NfcSetMaxRfDataCredits(max_credits); in nfc_hal_post_reset_init()
/external/libnfc-nci/src/hal/int/
Dnfc_hal_int_api.h279 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_nci.c883 void HAL_NfcSetMaxRfDataCredits (UINT8 max_credits) in HAL_NfcSetMaxRfDataCredits() argument
885 HAL_TRACE_DEBUG2 ("HAL_NfcSetMaxRfDataCredits %d->%d", nfc_hal_cb.max_rf_credits, max_credits); in HAL_NfcSetMaxRfDataCredits()
886 nfc_hal_cb.max_rf_credits = max_credits; in HAL_NfcSetMaxRfDataCredits()