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
246 } else if (p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RO) { in ce_t3t_handle_update_cmd()432 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && in ce_t3t_handle_check_cmd()447 UINT8_TO_STREAM(p_dst, p_cb->ndef_info.rwflag); in ce_t3t_handle_check_cmd()472 if ((p_cb->ndef_info.rwflag == T3T_MSG_NDEF_RWFLAG_RW) && in ce_t3t_handle_check_cmd()891 p_cb->ndef_info.rwflag = in CE_T3tSetLocalNDEFMsg()
444 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RW; in rw_t3t_format_cplt()706 UINT8_TO_STREAM(p, p_cb->ndef_attrib.rwflag); in rw_t3t_send_update_ndef_attribute_cmd()940 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO) { in rw_t3t_send_next_ndef_check_cmd()1334 p_cb->ndef_attrib.rwflag, in rw_t3t_act_handle_ndef_detect_rsp()1349 p_cb->ndef_attrib.rwflag, p_cb->ndef_attrib.ln); in rw_t3t_act_handle_ndef_detect_rsp()1359 p_cb->ndef_attrib.rwflag, p_cb->ndef_attrib.ln); in rw_t3t_act_handle_ndef_detect_rsp()1369 if (p_cb->ndef_attrib.rwflag == T3T_MSG_NDEF_RWFLAG_RO) in rw_t3t_act_handle_ndef_detect_rsp()2007 if (p_cb->ndef_attrib.rwflag != T3T_MSG_NDEF_RWFLAG_RO) { in rw_t3t_handle_sro_poll_rsp()2096 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RO; in rw_t3t_act_handle_sro_rsp()2658 } else if (p_cb->ndef_attrib.rwflag == in RW_T3tUpdateNDef()[all …]