OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HAL_NfcSetMaxRfDataCredits
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h
271
** Function
HAL_NfcSetMaxRfDataCredits
279
void
HAL_NfcSetMaxRfDataCredits
(UINT8 max_credits);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp
544
HAL_NfcSetMaxRfDataCredits
(max_credits);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c
875
** Function
HAL_NfcSetMaxRfDataCredits
883
void
HAL_NfcSetMaxRfDataCredits
(UINT8 max_credits)
885
HAL_TRACE_DEBUG2 ("
HAL_NfcSetMaxRfDataCredits
%d->%d", nfc_hal_cb.max_rf_credits, max_credits);
Completed in 47 milliseconds