Home | History | Annotate | Download | only in include

Lines Matching refs:UINT8

66 typedef UINT8 tNFA_HCI_EVT;
78 typedef UINT8 tNFA_HCI_PIPE_STATE;
82 UINT8 pipe_id; /* Pipe ID */
84 UINT8 local_gate; /* local gate id */
85 UINT8 dest_host; /* Peer host to which this pipe is connected */
86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
94 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
95 UINT8 num_gates; /* Number of generic gates exist for the application */
108 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
110 UINT8 num_gates; /* Number of generic gates exist for the application */
111 UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the application */
112 UINT8 num_uicc_created_pipes; /* Number of pipes created by UICC host */
120 UINT8 gate; /* The gate allocated to the application */
127 UINT8 gate; /* The gate deallocated from the application */
134 UINT8 pipe; /* The pipe created for the application */
135 UINT8 source_gate; /* DH host gate to which the one end of pipe is attached */
136 UINT8 dest_host; /* Destination host whose gate is the other end of the pipe is attached to */
137 UINT8 dest_gate; /* Destination host gate to which the other end of pipe is attached */
144 UINT8 pipe; /* The dynamic pipe for open operation */
151 UINT8 pipe; /* The dynamic pipe for close operation */
158 UINT8 pipe; /* The dynamic pipe for delete operation */
165 UINT8 num_hosts; /* Number of hosts in the host network */
166 UINT8 host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host in the host network */
173 UINT8 pipe; /* The pipe on which HCP packet is exchanged */
174 UINT8 rsp_code; /* Response id */
176 UINT8 rsp_data[NFA_MAX_HCI_RSP_LEN]; /* Response received */
183 UINT8 pipe; /* The pipe on which HCP EVT packet is received */
184 UINT8 evt_code; /* HCP EVT id */
186 UINT8 *p_evt_buf; /* HCP EVT Parameter */
193 UINT8 pipe; /* The pipe on which HCP CMD packet is received */
194 UINT8 cmd_code; /* HCP CMD id */
196 UINT8 cmd_data[NFA_MAX_HCI_CMD_LEN]; /* HCP CMD Parameter */
239 UINT8 pipe; /* Pipe on whose registry is of interest */
240 UINT8 index; /* Index of the registry operated */
241 UINT8 data_len; /* length of the registry parameter */
242 UINT8 reg_data[NFA_MAX_HCI_DATA_LEN]; /* Registry parameter */
356 NFC_API extern tNFA_STATUS NFA_HciAllocGate (tNFA_HANDLE hci_handle, UINT8 gate);
375 NFC_API extern tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE conn_handle, UINT8 gate);
414 UINT8 source_gate_id,
415 UINT8 dest_host,
416 UINT8 dest_gate);
431 NFC_API extern tNFA_STATUS NFA_HciOpenPipe (tNFA_HANDLE hci_handle, UINT8 pipe);
449 NFC_API extern tNFA_STATUS NFA_HciGetRegistry (tNFA_HANDLE hci_handle, UINT8 pipe, UINT8 reg_inx);
468 UINT8 pipe,
469 UINT8 reg_inx,
470 UINT8 data_size,
471 UINT8 *p_data);
489 UINT8 pipe,
490 UINT8 cmd_code,
492 UINT8 *p_data);
508 UINT8 pipe,
509 UINT8 response,
510 UINT8 data_size,
511 UINT8 *p_data);
540 UINT8 pipe,
541 UINT8 evt_code,
543 UINT8 *p_data,
545 UINT8 *p_rsp_buf,
561 NFC_API extern tNFA_STATUS NFA_HciClosePipe (tNFA_HANDLE hci_handle, UINT8 pipe);
580 NFC_API extern tNFA_STATUS NFA_HciDeletePipe (tNFA_HANDLE hci_handle, UINT8 pipe);
595 NFC_API extern tNFA_STATUS NFA_HciAddStaticPipe (tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe);
604 NFC_API extern void NFA_HciDebug (UINT8 action, UINT8 size, UINT8 *p_data);