Searched refs:p_uid (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nci/src/nfa/include/
H A Dnfa_rw_api.h486 NFC_API extern tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid);
623 NFC_API extern tNFA_STATUS NFA_RwI93Select (UINT8 *p_uid);
732 NFC_API extern tNFA_STATUS NFA_RwI93GetSysInfo (UINT8 *p_uid);
H A Dnfa_ce_api.h65 ** as long as the local NDEF tag is enabled. Also, Input parameters p_uid and
88 UINT8 *p_uid);
/external/tcpdump/
H A Dprint-wb.c89 u_int32_t p_uid; /* page number */ member in struct:PageID
199 EXTRACT_32BITS(&id->pi_ps.page.p_uid),
202 EXTRACT_32BITS(&id->pi_mpage.p_uid));
237 EXTRACT_32BITS(&rreq->pr_page.p_uid),
253 EXTRACT_32BITS(&preq->pp_page.p_uid));
277 EXTRACT_32BITS(&ps->page.p_uid));
355 EXTRACT_32BITS(&dop->pd_page.p_uid),
376 EXTRACT_32BITS(&dop->pd_page.p_uid),
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c90 tNFC_STATUS rw_i93_send_cmd_get_sys_info (UINT8 *p_uid, UINT8 extra_flag);
101 void rw_i93_get_product_version (UINT8 *p_uid) argument
105 if (!memcmp (p_i93->uid, p_uid, I93_UID_BYTE_LEN))
112 memcpy (p_i93->uid, p_uid, I93_UID_BYTE_LEN);
114 if (p_uid[1] == I93_UID_IC_MFG_CODE_NXP)
116 if (p_uid[2] == I93_UID_ICODE_SLI)
118 else if (p_uid[2] == I93_UID_ICODE_SLI_S)
120 else if (p_uid[2] == I93_UID_ICODE_SLI_L)
125 else if (p_uid[1] == I93_UID_IC_MFG_CODE_TI)
127 if ((p_uid[
210 UINT8 uid[I93_UID_BYTE_LEN], *p_uid; local
348 UINT8 *p = (UINT8 *) (p_resp + 1) + p_resp->offset, *p_uid; local
537 rw_i93_send_cmd_inventory(UINT8 *p_uid, BOOLEAN including_afi, UINT8 afi) argument
985 rw_i93_send_cmd_select(UINT8 *p_uid) argument
1275 rw_i93_send_cmd_get_sys_info(UINT8 *p_uid, UINT8 extra_flags) argument
1495 UINT8 *p = (UINT8 *) (p_resp + 1) + p_resp->offset, *p_uid; local
2346 UINT8 *p = (UINT8 *) (p_resp + 1) + p_resp->offset, *p_uid; local
3201 rw_i93_select(UINT8 *p_uid) argument
3236 RW_I93Inventory(BOOLEAN including_afi, UINT8 afi, UINT8 *p_uid) argument
3511 RW_I93Select(UINT8 *p_uid) argument
3735 RW_I93GetSysInfo(UINT8 *p_uid) argument
[all...]
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_api.c827 tNFA_STATUS NFA_RwI93Inventory (BOOLEAN afi_present, UINT8 afi, UINT8 *p_uid) argument
847 if (p_uid)
850 memcpy (p_msg->params.i93_cmd.uid, p_uid, I93_UID_BYTE_LEN);
1172 tNFA_STATUS NFA_RwI93Select (UINT8 *p_uid) argument
1176 NFA_TRACE_API3 ("NFA_RwI93Select (): UID: [%02X%02X%02X...]", *(p_uid), *(p_uid+1), *(p_uid+2));
1190 memcpy (p_msg->params.i93_cmd.p_data, p_uid, I93_UID_BYTE_LEN);
1426 tNFA_STATUS NFA_RwI93GetSysInfo (UINT8 *p_uid) argument
1443 if (p_uid)
[all...]
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_api.c104 ** should happen before calling this function. Also, Input parameters p_uid and
123 UINT8 *p_uid)
164 memcpy (p_msg->local_tag.uid, p_uid, uid_len);
117 NFA_CeConfigureLocalTag(tNFA_PROTOCOL_MASK protocol_mask, UINT8 *p_ndef_data, UINT16 ndef_cur_size, UINT16 ndef_max_size, BOOLEAN read_only, UINT8 uid_len, UINT8 *p_uid) argument
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h941 NFC_API extern tNFC_STATUS RW_I93Inventory (BOOLEAN including_afi, UINT8 afi, UINT8 *p_uid);
1063 NFC_API extern tNFC_STATUS RW_I93Select (UINT8 *p_uid);
1160 NFC_API extern tNFC_STATUS RW_I93GetSysInfo (UINT8 *p_uid);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h633 extern tNFC_STATUS rw_i93_select (UINT8 *p_uid);

Completed in 5023 milliseconds