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.c283 if (p_cb->flags & RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP) in rw_t3t_handle_nci_poll_ntf()
285 p_cb->flags &= ~RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP; in rw_t3t_handle_nci_poll_ntf()
448 if (p_cb->flags & RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP) in rw_t3t_process_timeout()
451 p_cb->flags &= ~RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP; in rw_t3t_process_timeout()
2769 if (p_rw_cb->tcb.t3t.flags & RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP) in RW_T3tPresenceCheck()
2786 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.h368 #define RW_T3T_FL_W4_PRESENCE_CHECK_POLL_RSP 0x02 /* Waiting for POLL response for presence c… macro