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.cc340 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_static_cmd()
405 ARRAY_TO_STREAM(p, p_t1t->mem, T1T_CMD_UID_LEN); in rw_t1t_send_dyn_cmd()
471 STREAM_TO_ARRAY(p_t1t->mem, p_rid_rsp, T1T_CMD_UID_LEN); in rw_t1t_handle_rid_rsp()
488 uint8_t uid[T1T_CMD_UID_LEN]) { in rw_t1t_select() argument
505 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.h873 uint8_t uid[T1T_CMD_UID_LEN]);
917 extern tNFC_STATUS rw_mfc_select(uint8_t selres, uint8_t uid[T1T_CMD_UID_LEN]);
/system/nfc/src/nfa/include/
Dnfa_api.h171 #define NFA_T1T_CMD_UID_LEN T1T_CMD_UID_LEN
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc565 STREAM_TO_ARRAY(tag_params.t1t.uid, p_rid_rsp, T1T_CMD_UID_LEN); in nfa_rw_handle_t1t_evt()