Searched defs:p_dat (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t.c385 tNFC_STATUS rw_t1t_send_dyn_cmd (UINT8 opcode, UINT8 add, UINT8 *p_dat) argument
406 if (p_dat)
408 ARRAY_TO_STREAM (p, p_dat, 8);
H A Drw_t2t.c40 static tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat);
376 tNFC_STATUS rw_t2t_send_cmd (UINT8 opcode, UINT8 *p_dat) argument
396 if (p_dat)
398 ARRAY_TO_STREAM (p, p_dat, (p_cmd_rsp_info->cmd_len - 1));

Completed in 40 milliseconds