Searched refs:check_tout_b (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Drw_int.h379 /* check timeout is check_tout_a + n * check_tout_b; X is T/t3t * 4^E */
381 UINT32 check_tout_b; /* Check command timeout (B+1)*X */ member in struct:__anon10594
/external/libnfc-nci/src/nfc/tags/
H A Drw_t3t.c189 timeout = (p_cb->check_tout_a + num_blocks * p_cb->check_tout_b)*QUICK_TIMER_TICKS_PER_SEC/1000000;
2445 rw_t3t_mrti_to_a_b (mrti_check, &p_cb->check_tout_a, &p_cb->check_tout_b);

Completed in 71 milliseconds