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.cc343 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_static_cmd()
408 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_dyn_cmd()
476 STREAM_TO_ARRAY(p_t1t->mem, p_rid_rsp, T1T_CMD_UID_LEN); in rw_t1t_handle_rid_rsp()
493 uint8_t uid[T1T_CMD_UID_LEN]) { in rw_t1t_select() argument
510 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.h773 uint8_t uid[T1T_CMD_UID_LEN]);
810 extern tNFC_STATUS rw_mfc_select(uint8_t selres, 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.cc561 STREAM_TO_ARRAY(tag_params.t1t.uid, p_rid_rsp, T1T_CMD_UID_LEN); in nfa_rw_handle_t1t_evt()