Home
last modified time | relevance | path

Searched refs:T1T_CMD_UID_LEN (Results 1 – 5 of 5) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t1t.cc342 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_static_cmd()
407 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_dyn_cmd()
475 STREAM_TO_ARRAY(p_t1t->mem, p_rid_rsp, T1T_CMD_UID_LEN); in rw_t1t_handle_rid_rsp()
492 uint8_t uid[T1T_CMD_UID_LEN]) { in rw_t1t_select() argument
509 memcpy(p_t1t->mem, uid, T1T_CMD_UID_LEN); in rw_t1t_select()
/system/nfc/src/nfc/include/
Dtags_defs.h139 #define T1T_CMD_UID_LEN 4 macro
Drw_int.h730 uint8_t uid[T1T_CMD_UID_LEN]);
/system/nfc/src/nfa/include/
Dnfa_api.h167 #define NFA_T1T_CMD_UID_LEN T1T_CMD_UID_LEN
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc552 STREAM_TO_ARRAY(tag_params.t1t.uid, p_rid_rsp, T1T_CMD_UID_LEN); in nfa_rw_handle_t1t_evt()