Home | History | Annotate | Download | only in include

Lines Matching refs:gate

48   0x03 /* A generic gate allocated to the application  */
50 0x04 /* A generic gate is released */
110 uint8_t local_gate; /* local gate id */
112 uint8_t dest_gate; /* Peer gate to which this pipe is connected */
135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the
144 tNFA_STATUS status; /* Status of response to allocate gate request */
145 uint8_t gate; /* The gate allocated to the application */
150 tNFA_STATUS status; /* Status of response to deallocate gate request */
151 uint8_t gate; /* The gate deallocated from the application */
159 source_gate; /* DH host gate to which the one end of pipe is attached */
161 dest_host; /* Destination host whose gate is the other end of the pipe is
163 uint8_t dest_gate; /* Destination host gate to which the other end of pipe is
361 ** Description This function will allocate the gate if any specified or an
362 ** available generic gate for the app to provide an entry point
364 ** communication with other host. When the gate is
366 ** with NFA_HCI_ALLOCATE_GATE_EVT with the gate id. The
367 ** allocated Gate information will be stored in non volatile
371 ** NFA_STATUS_FAILED if no generic gate is available
374 extern tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate);
380 gate that was
382 ** gate is released (or if an error occurs), the app will be
383 ** notified with NFA_HCI_DEALLOCATE_GATE_EVT with the gate id.
384 ** The allocated Gate information will be deleted from non
393 extern tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE conn_handle, uint8_t gate);
455 ** registry field value for the gate that the pipe is on.
474 ** registry field value for the gate that the pipe is on.
604 uint8_t gate, uint8_t pipe);