Searched refs:rwflag (Results 1 – 4 of 4) sorted by relevance
53 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */ member
478 rwflag; /* RWFlag: 00h NDEF is read-only; 01h if read/write available */ member
244 } else if (p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RO) { in ce_t3t_handle_update_cmd()430 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && in ce_t3t_handle_check_cmd()445 UINT8_TO_STREAM(p_dst, p_cb->ndef_info.rwflag); in ce_t3t_handle_check_cmd()470 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && in ce_t3t_handle_check_cmd()890 p_cb->ndef_info.rwflag = in CE_T3tSetLocalNDEFMsg()
462 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RW; in rw_t3t_format_cplt()724 UINT8_TO_STREAM(p, p_cb->ndef_attrib.rwflag); in rw_t3t_send_update_ndef_attribute_cmd()968 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO) { in rw_t3t_send_next_ndef_check_cmd()1358 STREAM_TO_UINT8(p_cb->ndef_attrib.rwflag, p); in rw_t3t_act_handle_ndef_detect_rsp()1372 p_cb->ndef_attrib.rwflag, p_cb->ndef_attrib.ln); in rw_t3t_act_handle_ndef_detect_rsp()1382 p_cb->ndef_attrib.rwflag, p_cb->ndef_attrib.ln); in rw_t3t_act_handle_ndef_detect_rsp()1392 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO) in rw_t3t_act_handle_ndef_detect_rsp()2036 if (p_cb->ndef_attrib.rwflag != T3T_MSG_NDEF_RWFLAG_RO) { in rw_t3t_handle_sro_poll_rsp()2125 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RO; in rw_t3t_act_handle_sro_rsp()2688 } else if (p_cb->ndef_attrib.rwflag == in RW_T3tUpdateNDef()[all …]