Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c764 int iMaxError = MAX_ERROR; in userial_read_thread() local
797 iMaxError = 3; in userial_read_thread()
824 if (rx_length <= 0 && ((error_count > 0) && ((error_count % iMaxError) == 0))) in userial_read_thread()