Lines Matching full:uint8
36 const UINT8 *nfa_dm_ndef_wkt_uri_str_tbl[] = {
38 (const UINT8*) "http://www.", /* 0x01 */
39 (const UINT8*) "https://www.", /* 0x02 */
40 (const UINT8*) "http://", /* 0x03 */
41 (const UINT8*) "https://", /* 0x04 */
42 (const UINT8*) "tel:", /* 0x05 */
43 (const UINT8*) "mailto:", /* 0x06 */
44 (const UINT8*) "ftp://anonymous:anonymous@", /* 0x07 */
45 (const UINT8*) "ftp://ftp.", /* 0x08 */
46 (const UINT8*) "ftps://", /* 0x09 */
47 (const UINT8*) "sftp://", /* 0x0A */
48 (const UINT8*) "smb://", /* 0x0B */
49 (const UINT8*) "nfs://", /* 0x0C */
50 (const UINT8*) "ftp://", /* 0x0D */
51 (const UINT8*) "dav://", /* 0x0E */
52 (const UINT8*) "news:", /* 0x0F */
53 (const UINT8*) "telnet://", /* 0x10 */
54 (const UINT8*) "imap:", /* 0x11 */
55 (const UINT8*) "rtsp://", /* 0x12 */
56 (const UINT8*) "urn:", /* 0x13 */
57 (const UINT8*) "pop:", /* 0x14 */
58 (const UINT8*) "sip:", /* 0x15 */
59 (const UINT8*) "sips:", /* 0x16 */
60 (const UINT8*) "tftp:", /* 0x17 */
61 (const UINT8*) "btspp://", /* 0x18 */
62 (const UINT8*) "btl2cap://", /* 0x19 */
63 (const UINT8*) "btgoep://", /* 0x1A */
64 (const UINT8*) "tcpobex://", /* 0x1B */
65 (const UINT8*) "irdaobex://", /* 0x1C */
66 (const UINT8*) "file://", /* 0x1D */
67 (const UINT8*) "urn:epc:id:", /* 0x1E */
68 (const UINT8*) "urn:epc:tag:", /* 0x1F */
69 (const UINT8*) "urn:epc:pat:", /* 0x20 */
70 (const UINT8*) "urn:epc:raw:", /* 0x21 */
71 (const UINT8*) "urn:epc:", /* 0x22 */
72 (const UINT8*) "urn:nfc:" /* 0x23 */
74 #define NFA_DM_NDEF_WKT_URI_STR_TBL_SIZE (sizeof (nfa_dm_ndef_wkt_uri_str_tbl) / sizeof (UINT8 *))
237 UINT8 tnf,
238 UINT8 *p_type_name,
239 UINT8 type_name_len,
240 UINT8 *p_payload,
244 UINT8 i;
343 UINT8 i;
365 void nfa_dm_ndef_handle_message (tNFA_STATUS status, UINT8 *p_msg_buf, UINT32 len)
369 UINT8 *p_rec, *p_ndef_start, *p_type, *p_payload, *p_rec_end;
371 UINT8 tnf, type_len, rec_hdr_flags, id_len;
374 UINT8 rec_count = 0;