Lines Matching refs:gate
200 ** Description This function will allocate an available generic gate for
203 ** When the generic gate is allocated (or if an error occurs),
205 ** the gate id. The allocated Gate information will be stored in
209 ** NFA_STATUS_FAILED if no generic gate is available
224 /* Request HCI to allocate a gate to the application */
241 ** Description This function will release the specified gate that was
243 ** gate is released (or if an error occurs), the app will be
244 ** notified with NFA_HCI_DEALLOCATE_GATE_EVT with the gate id.
250 tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE hci_handle, UINT8 gate)
260 if ((gate < NFA_HCI_FIRST_HOST_SPECIFIC_GENERIC_GATE) || (gate > NFA_HCI_LAST_HOST_SPECIFIC_GENERIC_GATE) || (gate == NFA_HCI_CONNECTIVITY_GATE))
262 NFA_TRACE_API1 ("NFA_HciDeallocGate (): Cannot deallocate the gate:0x%02x", gate);
266 NFA_TRACE_API2 ("NFA_HciDeallocGate (): hci_handle:0x%04x, gate:0x%02X", hci_handle, gate);
268 /* Request HCI to deallocate the gate that was previously allocated to the application */
274 p_msg->gate = gate;
350 NFA_TRACE_API4 ("NFA_HciCreatePipe (): hci_handle:0x%04x, source gate:0x%02X, destination host:0x%02X , destination gate:0x%02X",
361 NFA_TRACE_API1 ("NFA_HciCreatePipe (): Invalid local Gate:0x%02x", source_gate_id);
368 NFA_TRACE_API1 ("NFA_HciCreatePipe (): Invalid Destination Gate:0x%02x", dest_gate);
391 p_msg->dest_gate = dest_gate; /* Gate id of the destination gate */
451 ** registry field value for the gate that the pipe is on.
501 ** registry field value for the gate that the pipe is on.
880 tNFA_STATUS NFA_HciAddStaticPipe (tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe)
901 if (gate <= NFA_HCI_LAST_HOST_SPECIFIC_GATE)
903 NFA_TRACE_API1 ("NFA_HciAddStaticPipe (): Invalid Gate:0x%02x", gate);
922 p_msg->gate = gate;
959 NFA_TRACE_API0 ("NFA_HciDebug Gate List:");
964 NFA_TRACE_API4 (" Gate Inx: %x ID: 0x%02x Owner: 0x%04x PipeInxMask: 0x%08x",
974 NFA_TRACE_API6 (" Pipe Inx: %x ID: 0x%02x State: %u LocalGate: 0x%02x Dest Gate: 0x%02x Host: 0x%02x",