Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c746 static int sRxLength = 0; variable
798 if (rx_length > sRxLength) in userial_read_thread()
799 sRxLength = rx_length; in userial_read_thread()
836 if (sRxLength == 0) in userial_read_thread()
1002 sRxLength = 0; in USERIAL_Open()