Home | History | Annotate | Download | only in hci

Lines Matching refs:gate

428             evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id;
442 /* Loop through all pipes that are connected to connectivity gate */
477 ** Description action function to allocate gate
488 p_gate = nfa_hciu_alloc_gate (p_evt_data->gate_info.gate, app_handle);
494 /* No app owns the gate yet */
499 /* Some other app owns the gate */
501 NFA_TRACE_ERROR1 ("nfa_hci_api_alloc_gate (): The Gate (0X%02x) already taken!", p_evt_data->gate_info.gate);
505 evt_data.allocated.gate = p_gate ? p_gate->gate_id : 0;
516 ** Description action function to deallocate the given generic gate
532 gate_id = p_evt_data->gate_dealloc.gate;
543 evt_data.deallocated.gate = gate_id;;
579 /* Delete pipes on the gate */
631 /* Verify that the app owns the gate that the pipe is being created on */
636 NFA_TRACE_ERROR2 ("nfa_hci_api_create_pipe Cannot create pipe! APP: 0x%02x does not own the gate:0x%x", p_evt_data->create_pipe.hci_handle, p_evt_data->create_pipe.source_gate);
1109 /* Allocate a proprietary gate */
1110 if ((pg = nfa_hciu_alloc_gate (p_evt_data->add_static_pipe.gate, p_evt_data->add_static_pipe.hci_handle)) != NULL)
1112 /* Assign new owner to the gate */
1115 /* Add the dynamic pipe to the proprietary gate */
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)
1118 /* Unable to add the dynamic pipe, so release the gate */
1143 ** Description This function handles incoming link management gate hci
1213 ** connectivity gate) commands
1247 ** Description This function handles incoming commands on ADMIN gate
1294 /* If the gate is valid, add the pipe to it */
1302 /* Tell the application a pipe was created with its gate */
1367 ** Description This function handles response received on admin gate
1387 NFA_TRACE_DEBUG4 ("nfa_hci_handle_admin_gate_rsp - LastCmdSent: %s App: 0x%04x Gate: 0x%02x Pipe: 0x%02x",
1390 NFA_TRACE_DEBUG4 ("nfa_hci_handle_admin_gate_rsp LastCmdSent: %u App: 0x%04x Gate: 0x%02x Pipe: 0x%02x",
1580 NFA_TRACE_WARNING2 ("nfa_hci_handle_admin_gate_rsp sent create pipe with gate: %u got back: %u",
1667 ** Description This function handles events received on admin gate
1771 NFA_TRACE_ERROR1 ("nfa_hci_handle_dyn_pipe_pkt - Pipe's gate %d is corrupt",p_pipe->local_gate);
1799 ** Description This function handles incoming Identity Management gate hci
1814 /* We never send commands on a pipe where the local gate is the identity management
1815 * gate, so only commands should be processed.
1900 ** connectivity gate) commands
2046 ** Description This function handles incoming connectivity gate packets
2109 ** Description This function handles incoming loopback gate hci events
2180 ** Description This function handles incoming Generic gate hci events