Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c337 if (p_cb->flags & RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP) in rw_t3t_handle_nci_poll_ntf()
339 p_cb->flags &= ~RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP; in rw_t3t_handle_nci_poll_ntf()
502 if (p_cb->flags & RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP) in rw_t3t_process_timeout()
505 p_cb->flags &= ~RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP; in rw_t3t_process_timeout()
2889 if (p_rw_cb->tcb.t3t.flags & RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP) in RW_T3tPresenceCheck()
2906 p_rw_cb->tcb.t3t.flags |= RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP; in RW_T3tPresenceCheck()
/external/libnfc-nci/src/nfc/int/
Drw_int.h370 #define RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP 0x02 /* Waiting for POLL response for presence c… macro