Home | History | Annotate | Download | only in int

Lines Matching refs:gate

38 #define NFA_HCI_LAST_HOST_SPECIFIC_GATE 0xEF        /* Lost host specific gate */
55 #define NFA_HCI_STATE_REMOVE_GATE 0x05 /* Removing all pipes prior to removing the gate */
78 NFA_HCI_API_GET_APP_GATE_PIPE_EVT, /* Get the list of gate and pipe associated to the application */
79 NFA_HCI_API_ALLOC_GATE_EVT, /* Allocate a dyanmic gate for the application */
80 NFA_HCI_API_DEALLOC_GATE_EVT, /* Deallocate a previously allocated gate to the application */
147 UINT8 gate;
223 UINT8 gate;
295 tNFA_HCI_API_ALLOC_GATE gate_info; /* Allocate a dynamic gate to the application */
296 tNFA_HCI_API_DEALLOC_GATE gate_dealloc; /* Deallocate the gate allocated to the application */
323 UINT8 local_gate; /* local gate id */
325 UINT8 dest_gate; /* Peer gate to which this pipe is connected */
328 /* Dynamic gate control block */
331 UINT8 gate_id; /* local gate id */
332 tNFA_HANDLE gate_owner; /* NFA-HCI handle assigned to the application which owns the gate */
336 /* Admin gate control block */
343 /* Link management gate control block */
350 /* Identity management gate control block */
387 UINT8 local_gate_in_use; /* Local gate currently working with */
388 UINT8 remote_gate_in_use; /* Remote gate currently working with */
486 extern void nfa_hciu_release_gate (UINT8 gate);