nfa_hci_act.c | 57 static void nfa_hci_handle_generic_gate_cmd (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe); 58 static void nfa_hci_handle_generic_gate_rsp (UINT8 *p_data, UINT8 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe); 59 static void nfa_hci_handle_generic_gate_evt (UINT8 *p_data, UINT16 data_len, tNFA_HCI_DYN_GATE *p_gate, tNFA_HCI_DYN_PIPE *p_pipe); 324 tNFA_HCI_DYN_GATE *p_gate; local 358 while ((p_gate = nfa_hciu_find_gate_by_owner (nfa_hci_cb.app_in_use)) != NULL) 359 nfa_hciu_release_gate (p_gate->gate_id); 378 while ((p_gate = nfa_hciu_find_gate_with_nopipes_by_owner (nfa_hci_cb.app_in_use)) != NULL) 379 nfa_hciu_release_gate (p_gate->gate_id); 474 tNFA_HCI_DYN_GATE *p_gate; local 476 p_gate = nfa_hciu_alloc_gate (0, app_handle) 498 tNFA_HCI_DYN_GATE *p_gate; local 600 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate); local 643 tNFA_HCI_DYN_GATE *p_gate = NULL; local 687 tNFA_HCI_DYN_GATE *p_gate; local 737 tNFA_HCI_DYN_GATE *p_gate; local 787 tNFA_HCI_DYN_GATE *p_gate = NULL; local 831 tNFA_HCI_DYN_GATE *p_gate = NULL; local 1184 tNFA_HCI_DYN_GATE *p_gate; local 1693 tNFA_HCI_DYN_GATE *p_gate; local [all...] |