Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t3t.cc426 p_cb->ndef_attrib.status = status; in rw_t3t_format_cplt()
428 p_cb->ndef_attrib.version = T3T_MSG_NDEF_VERSION; in rw_t3t_format_cplt()
429 p_cb->ndef_attrib.nbr = RW_T3T_DEFAULT_FELICALITE_NBR; in rw_t3t_format_cplt()
430 p_cb->ndef_attrib.nbw = RW_T3T_DEFAULT_FELICALITE_NBW; in rw_t3t_format_cplt()
431 p_cb->ndef_attrib.nmaxb = RW_T3T_DEFAULT_FELICALITE_NMAXB; in rw_t3t_format_cplt()
432 p_cb->ndef_attrib.writef = T3T_MSG_NDEF_WRITEF_OFF; in rw_t3t_format_cplt()
433 p_cb->ndef_attrib.rwflag = T3T_MSG_NDEF_RWFLAG_RW; in rw_t3t_format_cplt()
434 p_cb->ndef_attrib.ln = 0; in rw_t3t_format_cplt()
679 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbr); in rw_t3t_send_update_ndef_attribute_cmd()
680 UINT8_TO_STREAM(p, p_cb->ndef_attrib.nbw); in rw_t3t_send_update_ndef_attribute_cmd()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h513 tRW_T3T_DETECT ndef_attrib; /* T3T NDEF attribute information */ member