Home | History | Annotate | Download | only in int

Lines Matching refs:UINT8

60 typedef UINT8 tNFA_HCI_STATE;
69 typedef UINT8 tNFA_HCI_COMMAND;
70 typedef UINT8 tNFA_HCI_RESPONSE;
139 UINT8 gate;
147 UINT8 gate;
163 UINT8 pipe;
164 UINT8 reg_inx;
172 UINT8 pipe;
173 UINT8 reg_inx;
174 UINT8 size;
175 UINT8 data[NFA_MAX_HCI_CMD_LEN];
184 UINT8 source_gate;
185 UINT8 dest_host;
186 UINT8 dest_gate;
195 UINT8 pipe;
204 UINT8 pipe;
213 UINT8 pipe;
222 UINT8 host;
223 UINT8 gate;
224 UINT8 pipe;
232 UINT8 pipe;
233 UINT8 evt_code;
235 UINT8 *p_evt_buf;
237 UINT8 *p_rsp_buf;
246 UINT8 pipe;
247 UINT8 cmd_code;
249 UINT8 data[NFA_MAX_HCI_CMD_LEN];
256 UINT8 block;
273 UINT8 pipe;
274 UINT8 response;
275 UINT8 size;
276 UINT8 data[NFA_MAX_HCI_RSP_LEN];
321 UINT8 pipe_id; /* Pipe ID */
323 UINT8 local_gate; /* local gate id */
324 UINT8 dest_host; /* Peer host to which this pipe is connected */
325 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
331 UINT8 gate_id; /* local gate id */
340 UINT8 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */
356 UINT8 vendor_name[20]; /* Vendor name */
357 UINT8 model_id; /* Model ID */
358 UINT8 hci_version; /* HCI Version */
370 UINT8 num_nfcee; /* Number of NFCEE ID Discovered */
371 UINT8 num_ee_dis_req_ntf; /* Number of ee discovery request ntf received */
372 UINT8 num_hot_plug_evts; /* Number of Hot plug events received after ee discovery disable ntf */
373 UINT8 inactive_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* Inactive host in the host network */
374 UINT8 reset_host[NFA_HCI_MAX_HOST_IN_NETWORK]; /* List of host reseting */
379 UINT8 conn_id; /* Connection ID */
380 UINT8 buff_size; /* Connection buffer size */
387 UINT8 local_gate_in_use; /* Local gate currently working with */
388 UINT8 remote_gate_in_use; /* Remote gate currently working with */
389 UINT8 remote_host_in_use; /* The remote host to which a command is sent */
390 UINT8 pipe_in_use; /* The pipe currently working with */
391 UINT8 param_in_use; /* The registry parameter currently working with */
397 UINT8 msg_data[NFA_MAX_HCI_EVENT_LEN]; /* For segmentation - the combined message data */
398 UINT8 *p_msg_data; /* For segmentation - reassembled message */
399 UINT8 type; /* Instruction type of incoming message */
400 UINT8 inst; /* Instruction of incoming message */
406 UINT8 *p_rsp_buf; /* Buffer to hold response to sent event */
443 extern void nfa_hci_proc_nfcc_power_mode (UINT8 nfcc_power_mode);
447 extern void nfa_hci_restore_default_config (UINT8 *p_session_id);
453 extern void nfa_hci_handle_admin_gate_cmd (UINT8 *p_data);
454 extern void nfa_hci_handle_admin_gate_rsp (UINT8 *p_data, UINT8 data_len);
455 extern void nfa_hci_handle_admin_gate_evt (UINT8 *p_data);
456 extern void nfa_hci_handle_link_mgm_gate_cmd (UINT8 *p_data);
457 extern void nfa_hci_handle_dyn_pipe_pkt (UINT8 pipe, UINT8 *p_data, UINT16 data_len);
464 extern tNFA_HCI_DYN_GATE *nfa_hciu_alloc_gate (UINT8 gate_id, tNFA_HANDLE app_handle);
465 extern tNFA_HCI_DYN_GATE *nfa_hciu_find_gate_by_gid (UINT8 gate_id);
468 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_by_pid (UINT8 pipe_id);
471 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_pipe_on_gate (UINT8 gate_id);
472 extern tNFA_HANDLE nfa_hciu_get_gate_owner (UINT8 gate_id);
473 extern BOOLEAN nfa_hciu_check_pipe_between_gates (UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
474 extern BOOLEAN nfa_hciu_is_active_host (UINT8 host_id);
475 extern BOOLEAN nfa_hciu_is_host_reseting (UINT8 host_id);
477 extern tNFA_HCI_DYN_PIPE *nfa_hciu_find_active_pipe_on_gate (UINT8 gate_id);
478 extern tNFA_HANDLE nfa_hciu_get_pipe_owner (UINT8 pipe_id);
479 extern UINT8 nfa_hciu_count_open_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);
480 extern UINT8 nfa_hciu_count_pipes_on_gate (tNFA_HCI_DYN_GATE *p_gate);
481 extern tNFA_STATUS nfa_hciu_asmbl_dyn_pipe_pkt (UINT8 *p_data, UINT8 data_len);
483 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_gate (UINT8 pipe, UINT8 local_gate, UINT8 dest_host, UINT8 dest_gate);
484 extern tNFA_HCI_RESPONSE nfa_hciu_add_pipe_to_static_gate (UINT8 local_gate, UINT8 pipe_id, UINT8 dest_host, UINT8 dest_gate);
486 extern tNFA_HCI_RESPONSE nfa_hciu_release_pipe (UINT8 pipe_id);
487 extern void nfa_hciu_release_gate (UINT8 gate);
488 extern void nfa_hciu_remove_all_pipes_from_host (UINT8 host);
489 extern UINT8 nfa_hciu_get_allocated_gate_list (UINT8 *p_gate_list);
495 extern tNFA_STATUS nfa_hciu_send_close_pipe_cmd (UINT8 pipe);
496 extern tNFA_STATUS nfa_hciu_send_delete_pipe_cmd (UINT8 pipe);
498 extern tNFA_STATUS nfa_hciu_send_open_pipe_cmd (UINT8 pipe);
499 extern tNFA_STATUS nfa_hciu_send_get_param_cmd (UINT8 pipe, UINT8 index);
500 extern tNFA_STATUS nfa_hciu_send_create_pipe_cmd (UINT8 source_gate, UINT8 dest_host, UINT8 dest_gate);
501 extern tNFA_STATUS nfa_hciu_send_set_param_cmd (UINT8 pipe, UINT8 index, UINT8 length, UINT8 *p_data);
502 extern tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 pkt_len, UINT8 *p_pkt);
507 extern char *nfa_hciu_type_2_str (UINT8 type);
508 extern char *nfa_hciu_instr_2_str (UINT8 type);
510 extern char *nfa_hciu_get_response_name (UINT8 rsp_code);
511 extern char *nfa_hciu_get_state_name (UINT8 state);
512 extern char *nfa_hciu_get_type_inst_names (UINT8 pipe, UINT8 type, UINT8 inst, char *p_buff);
513 extern char *nfa_hciu_evt_2_str (UINT8 pipe_id, UINT8 evt);