Searched refs:pipe_index (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c525 UINT8 pipe_index; local
541 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
542 p_gate->pipe_inx_mask |= (UINT32) (1 << pipe_index);
544 NFA_TRACE_DEBUG4 ("nfa_hciu_add_pipe_to_gate Gate ID: 0x%02x Pipe ID: 0x%02x pipe_index: %u App Handle: 0x%08x",
545 local_gate, pipe_id, pipe_index, p_gate->gate_owner);
568 UINT8 pipe_index; local
586 pipe_index = (UINT8) (p_pipe - nfa_hci_cb.cfg.dyn_pipes);
587 nfa_hci_cb.cfg.id_mgmt_gate.pipe_inx_mask |= (UINT32) (1 << pipe_index);
848 UINT8 pipe_index; local
861 pipe_index
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_Pipe.c193 static uint8_t pipe_index = HCI_DYNAMIC_PIPE_ID; local
198 for (pipe_index = 0;
199 (pipe_index + HCI_DYNAMIC_PIPE_ID) <=
201 pipe_index++)
214 host_gate_list[pipe_index];
218 host_gate_list[pipe_index];
229 uint8_t pipe_id = (uint8_t)(pipe_index + HCI_DYNAMIC_PIPE_ID);

Completed in 351 milliseconds