Home | History | Annotate | Download | only in include

Lines Matching defs:gate

41 /* Lost host specific gate */
67 /* Removing all pipes prior to removing the gate */
92 NFA_HCI_API_GET_APP_GATE_PIPE_EVT, /* Get the list of gate and pipe associated
94 NFA_HCI_API_ALLOC_GATE_EVT, /* Allocate a dyanmic gate for the application */
95 NFA_HCI_API_DEALLOC_GATE_EVT, /* Deallocate a previously allocated gate to the
149 uint8_t gate;
156 uint8_t gate;
224 uint8_t gate;
292 gate_info; /* Allocate a dynamic gate to the application */
294 gate_dealloc; /* Deallocate the gate allocated to the application */
322 uint8_t local_gate; /* local gate id */
324 uint8_t dest_gate; /* Peer gate to which this pipe is connected */
327 /* Dynamic gate control block */
329 uint8_t gate_id; /* local gate id */
331 owns the gate */
335 /* Admin gate control block */
342 /* Link management gate control block */
348 /* Identity management gate control block */
383 uint8_t local_gate_in_use; /* Local gate currently working with */
384 uint8_t remote_gate_in_use; /* Remote gate currently working with */
492 extern void nfa_hciu_release_gate(uint8_t gate);