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); 486 tNFA_HCI_DYN_GATE *p_gate; local 488 p_gate = nfa_hciu_alloc_gate (p_evt_data->gate_info.gate, app_handle) 525 tNFA_HCI_DYN_GATE *p_gate; local 627 tNFA_HCI_DYN_GATE *p_gate = nfa_hciu_find_gate_by_gid (p_evt_data->create_pipe.source_gate); local 682 tNFA_HCI_DYN_GATE *p_gate = NULL; local 726 tNFA_HCI_DYN_GATE *p_gate; local 776 tNFA_HCI_DYN_GATE *p_gate; local 826 tNFA_HCI_DYN_GATE *p_gate = NULL; local 870 tNFA_HCI_DYN_GATE *p_gate = NULL; local 1223 tNFA_HCI_DYN_GATE *p_gate; local 1743 tNFA_HCI_DYN_GATE *p_gate; local [all...] |