Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c238 int property_error_rate = 0; variable
242 property_error_rate = atoi(value); in read_property()
248 if (!property_error_rate) return length; in apply_errors()
251 if (rand() % 1000 < property_error_rate) { in apply_errors()