Home
last modified time | relevance | path

Searched refs:T4T_CMD_CLASS (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c134 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_select_file()
205 UINT8_TO_BE_STREAM (p, (T4T_CMD_CLASS | rw_cb.tcb.t4t.channel)); in rw_t4t_read_file()
247 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_update_nlen()
302 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_update_file()
352 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_update_cc_to_readonly()
404 UINT8_TO_BE_STREAM (p, T4T_CMD_CLASS); in rw_t4t_select_application()
Dce_t4t.c630 if ( (cla != T4T_CMD_CLASS) in ce_t4t_data_cback()
642 if ((cla == T4T_CMD_CLASS) && (instruct == T4T_CMD_INS_SELECT)) in ce_t4t_data_cback()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h334 #define T4T_CMD_CLASS 0x00 macro