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.cc455 p_cb->ndef_attrib.status = status; in rw_t3t_format_cplt()
457 p_cb->ndef_attrib.version = T3T_MSG_NDEF_VERSION; in rw_t3t_format_cplt()
458 p_cb->ndef_attrib.nbr = RW_T3T_DEFAULT_FELICALITE_NBR; in rw_t3t_format_cplt()
459 p_cb->ndef_attrib.nbw = RW_T3T_DEFAULT_FELICALITE_NBW; in rw_t3t_format_cplt()
460 p_cb->ndef_attrib.nmaxb = RW_T3T_DEFAULT_FELICALITE_NMAXB; in rw_t3t_format_cplt()
461 p_cb->ndef_attrib.writef = T3T_MSG_NDEF_WRITEF_OFF; in rw_t3t_format_cplt()
462 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RW; in rw_t3t_format_cplt()
463 p_cb->ndef_attrib.ln = 0; in rw_t3t_format_cplt()
708 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbr); in rw_t3t_send_update_ndef_attribute_cmd()
709 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