Home | History | Annotate | Download | only in include

Lines Matching refs:UINT8

107     *(p)++ = (UINT8) (((mt) << NCI_MT_SHIFT) | (gid));
110 *(p)++ = (UINT8) (((mt) << NCI_MT_SHIFT) | ((pbf) << NCI_PBF_SHIFT) | (gid));
114 *(p)++ = (UINT8) (((oid) << NCI_OID_SHIFT));
140 *(p)++ = (UINT8) (cid); *(p)++ = 0; *(p)++ = (UINT8) (len);
143 *(p)++ = (UINT8) (((pbf) << NCI_PBF_SHIFT) | (cid)); *(p)++=0; *(p)++ = (len);
181 typedef UINT8 tNCI_STATUS;
356 typedef UINT8 tNCI_INTF_TYPE;
418 typedef UINT8 tNCI_DISCOVERY_TYPE;
569 UINT8 len;
570 UINT8 *data;
575 UINT8 status;
585 UINT8 status;
586 UINT8 *data;
591 UINT8 hr0;
592 UINT8 hr1;
597 UINT8 status;
617 UINT8 type;
618 UINT8 frequency;
623 UINT8 protocol;
624 UINT8 mode;
625 UINT8 intf_type;
632 UINT8 sens_res[2];/* SENS_RES Response (ATQA). Available after Technology Detection */
633 UINT8 nfcid1_len; /* 4, 7 or 10 */
634 UINT8 nfcid1[NCI_NFCID1_MAX_LEN]; /* AKA NFCID1 */
635 UINT8 sel_rsp; /* SEL_RSP (SAK) Available after Collision Resolution */
636 UINT8 hr_len; /* 2, if T1T HR0/HR1 is reported */
637 UINT8 hr[NCI_T1T_HR_LEN]; /* T1T HR0 is in hr[0], HR1 is in hr[1] */
644 UINT8 sensb_res_len;/* Length of SENSB_RES Response (Byte 2 - Byte 12 or 13) Available after Technology Detection */
645 UINT8 sensb_res[NCI_MAX_SENSB_RES_LEN]; /* SENSB_RES Response (ATQ) */
659 UINT8 bit_rate;/* NFC_BIT_RATE_212 or NFC_BIT_RATE_424 */
660 UINT8 sensf_res_len;/* Length of SENSF_RES Response (Byte 2 - Byte 17 or 19) Available after Technology Detection */
661 UINT8 sensf_res[NCI_MAX_SENSF_RES_LEN]; /* SENSB_RES Response */
666 UINT8 nfcid2[NCI_NFCID2_LEN]; /* NFCID2 generated by the Local NFCC for NFC-DEP Protocol.Available for Frame Interface */
699 UINT8 ats_res_len; /* Length of ATS RES */
700 UINT8 ats_res[NCI_MAX_ATS_LEN]; /* ATS RES defined in [DIGPROT] */
705 UINT8 rats; /* RATS */
713 UINT8 atr_res_len; /* Length of ATR_RES */
714 UINT8 atr_res[NCI_MAX_ATS_LEN]; /* ATR_RES (Byte 3 - Byte 17+n) as defined in [DIGPROT] */
720 UINT8 atr_req_len; /* Length of ATR_REQ */
721 UINT8 atr_req[NCI_MAX_ATS_LEN]; /* ATR_REQ (Byte 3 - Byte 18+n) as defined in [DIGPROT] */
730 UINT8 attrib_res_len; /* Length of ATTRIB RES */
731 UINT8 attrib_res[NCI_MAX_ATTRIB_LEN]; /* ATTRIB RES as defined in [DIGPROT] */
736 UINT8 attrib_req_len; /* Length of ATTRIB REQ */
737 UINT8 attrib_req[NCI_MAX_ATTRIB_LEN]; /* ATTRIB REQ (Byte 2 - Byte 10+k) as defined in [DIGPROT] */