Searched refs:tT3T_BLOCK_DESC (Results 1 – 4 of 4) sorted by relevance
/external/libnfc-nci/src/nfc/include/ |
D | rw_api.h | 743 NFC_API extern tNFC_STATUS RW_T3tCheck (UINT8 num_blocks, tT3T_BLOCK_DESC *t3t_blocks); 765 NFC_API extern tNFC_STATUS RW_T3tUpdate (UINT8 num_blocks, tT3T_BLOCK_DESC *t3t_blocks, UINT8 *p_da…
|
D | tags_defs.h | 237 } tT3T_BLOCK_DESC; typedef
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t3t.c | 1015 void rw_t3t_message_set_block_list (tRW_T3T_CB *p_cb, UINT8 **p, UINT8 num_blocks, tT3T_BLOCK_DESC … in rw_t3t_message_set_block_list() 1097 tNFC_STATUS rw_t3t_send_check_cmd (tRW_T3T_CB *p_cb, UINT8 num_blocks, tT3T_BLOCK_DESC *p_t3t_block… in rw_t3t_send_check_cmd() 1133 tNFC_STATUS rw_t3t_send_update_cmd (tRW_T3T_CB *p_cb, UINT8 num_blocks, tT3T_BLOCK_DESC *p_t3t_bloc… in rw_t3t_send_update_cmd() 2790 tNFC_STATUS RW_T3tCheck (UINT8 num_blocks, tT3T_BLOCK_DESC *t3t_blocks) in RW_T3tCheck() 2830 tNFC_STATUS RW_T3tUpdate (UINT8 num_blocks, tT3T_BLOCK_DESC *t3t_blocks, UINT8 *p_data) in RW_T3tUpdate()
|
/external/libnfc-nci/src/nfa/rw/ |
D | nfa_rw_act.c | 2382 …if (RW_T3tCheck (p_t3t_read->num_blocks, (tT3T_BLOCK_DESC *)p_t3t_read->p_block_desc) != NFC_STATU… in nfa_rw_t3t_read() 2401 …if (RW_T3tUpdate (p_t3t_write->num_blocks, (tT3T_BLOCK_DESC *)p_t3t_write->p_block_desc, p_t3t_wri… in nfa_rw_t3t_write()
|