Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t3t.c940 p_cb->flags |= RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in rw_t3t_send_next_ndef_check_cmd()
950 … ndef_bytes_remaining, cur_blocks_to_read, (p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT)); in rw_t3t_send_next_ndef_check_cmd()
1537 if ((p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT) && (p_cb->ndef_attrib.ln & 0x000F)) in rw_t3t_act_handle_check_ndef_rsp()
1547 if (!(p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT)) in rw_t3t_act_handle_check_ndef_rsp()
1597 else if (p_cb->flags & RW_T3T_FL_IS_FINAL_NDEF_SEGMENT) in rw_t3t_act_handle_update_ndef_rsp()
1615 p_cb->flags |= RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in rw_t3t_act_handle_update_ndef_rsp()
2697 p_cb->flags &= ~RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in RW_T3tCheckNDef()
2758 p_cb->flags &= ~RW_T3T_FL_IS_FINAL_NDEF_SEGMENT; in RW_T3tUpdateNDef()
/external/libnfc-nci/src/nfc/int/
Drw_int.h369 #define RW_T3T_FL_IS_FINAL_NDEF_SEGMENT 0x01 /* The final command for completing the NDE… macro