Home
last modified time | relevance | path

Searched refs:ndef_attrib (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t3t.cc437 p_cb->ndef_attrib.status = status; in rw_t3t_format_cplt()
439 p_cb->ndef_attrib.version = T3T_MSG_NDEF_VERSION; in rw_t3t_format_cplt()
440 p_cb->ndef_attrib.nbr = RW_T3T_DEFAULT_FELICALITE_NBR; in rw_t3t_format_cplt()
441 p_cb->ndef_attrib.nbw = RW_T3T_DEFAULT_FELICALITE_NBW; in rw_t3t_format_cplt()
442 p_cb->ndef_attrib.nmaxb = RW_T3T_DEFAULT_FELICALITE_NMAXB; in rw_t3t_format_cplt()
443 p_cb->ndef_attrib.writef = T3T_MSG_NDEF_WRITEF_OFF; in rw_t3t_format_cplt()
444 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RW; in rw_t3t_format_cplt()
445 p_cb->ndef_attrib.ln = 0; in rw_t3t_format_cplt()
690 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbr); in rw_t3t_send_update_ndef_attribute_cmd()
691 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); in rw_t3t_send_update_ndef_attribute_cmd()
[all …]
/system/nfc/src/fuzzers/rw/
Dt3t.cc100 memcpy(&p_cb->ndef_attrib, &t3t_detect, sizeof(t3t_detect)); in Init()
/system/nfc/src/nfc/include/
Drw_int.h513 tRW_T3T_DETECT ndef_attrib; /* T3T NDEF attribute information */ member