Home | History | Annotate | Download | only in hci

Lines Matching defs:pg

243     tNFA_HCI_DYN_GATE   *pg = nfa_hci_cb.cfg.dyn_gates;
261 for ( yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++)
263 if (pg->gate_owner == nfa_hci_cb.app_in_use)
266 num_pipes += nfa_hciu_count_pipes_on_gate (pg);
418 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates;
424 for ( xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
426 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle)
428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id;
435 if (pp->local_gate == pg->gate_id)
455 for (xx = 0, pg = nfa_hci_cb.cfg.dyn_gates; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
457 if (pp->local_gate == pg->gate_id)
459 if (!pg->gate_owner)
1105 tNFA_HCI_DYN_GATE *pg;
1110 if ((pg = nfa_hciu_alloc_gate (p_evt_data->add_static_pipe.gate, p_evt_data->add_static_pipe.hci_handle)) != NULL)
1113 pg->gate_owner = p_evt_data->add_static_pipe.hci_handle;
1116 if (nfa_hciu_add_pipe_to_gate (p_evt_data->add_static_pipe.pipe,pg->gate_id, p_evt_data->add_static_pipe.host, p_evt_data->add_static_pipe.gate) != NFA_HCI_ANY_OK)
1119 nfa_hciu_release_gate (pg->gate_id);