Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t3t.cc904 p_cb->flags |= RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in rw_t3t_send_next_ndef_check_cmd()
916 (p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT)); in rw_t3t_send_next_ndef_check_cmd()
1534 if ((p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT) && in rw_t3t_act_handle_check_ndef_rsp()
1546 if (!(p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT)) { in rw_t3t_act_handle_check_ndef_rsp()
1602 else if (p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT) { in rw_t3t_act_handle_update_ndef_rsp()
1618 p_cb->flags |= RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in rw_t3t_act_handle_update_ndef_rsp()
2556 p_cb->flags &= ~RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in RW_T3tCheckNDef()
2617 p_cb->flags &= ~RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in RW_T3tUpdateNDef()
/system/nfc/src/nfc/include/
Drw_int.h486 #define RW_T3T_FL_IS_FINAL_NDEF_SEGMENT 0x01 macro