Lines Matching refs:gate
45 #define NFA_HCI_ALLOCATE_GATE_EVT 0x03 /* A generic gate allocated to the application */
46 #define NFA_HCI_DEALLOCATE_GATE_EVT 0x04 /* A generic gate is released */
84 UINT8 local_gate; /* local gate id */
86 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
111 UINT8 gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the application */
119 tNFA_STATUS status; /* Status of response to allocate gate request */
120 UINT8 gate; /* The gate allocated to the application */
126 tNFA_STATUS status; /* Status of response to deallocate gate request */
127 UINT8 gate; /* The gate deallocated from the application */
135 UINT8 source_gate; /* DH host gate to which the one end of pipe is attached */
136 UINT8 dest_host; /* Destination host whose gate is the other end of the pipe is attached to */
137 UINT8 dest_gate; /* Destination host gate to which the other end of pipe is attached */
344 ** Description This function will allocate an available generic gate for
347 ** When the generic gate is allocated (or if an error occurs),
349 ** the gate id. The allocated Gate information will be stored in
354 ** NFA_STATUS_FAILED if no generic gate is available
363 ** Description This function will release the specified gate that was
365 ** gate is released (or if an error occurs), the app will be
366 ** notified with NFA_HCI_DEALLOCATE_GATE_EVT with the gate id.
367 ** The allocated Gate information will be deleted from non
376 NFC_API extern tNFA_STATUS NFA_HciDeallocGate (tNFA_HANDLE conn_handle, UINT8 gate);
439 ** registry field value for the gate that the pipe is on.
457 ** registry field value for the gate that the pipe is on.
596 NFC_API extern tNFA_STATUS NFA_HciAddStaticPipe (tNFA_HANDLE hci_handle, UINT8 host, UINT8 gate, UINT8 pipe);