Lines Matching refs:pipe
133 pipe[NFA_HCI_MAX_PIPE_CB]; /* List of pipe created for the application */ member
157 uint8_t pipe; /* The pipe created for the application */ member
170 uint8_t pipe; /* The dynamic pipe for open operation */ member
176 uint8_t pipe; /* The dynamic pipe for close operation */ member
182 uint8_t pipe; /* The dynamic pipe for delete operation */ member
196 uint8_t pipe; /* The pipe on which HCP packet is exchanged */ member
205 uint8_t pipe; /* The pipe on which HCP EVT packet is received */ member
214 uint8_t pipe; /* The pipe on which HCP CMD packet is received */ member
253 uint8_t pipe; /* Pipe on whose registry is of interest */ member
445 extern tNFA_STATUS NFA_HciOpenPipe(tNFA_HANDLE hci_handle, uint8_t pipe);
463 extern tNFA_STATUS NFA_HciGetRegistry(tNFA_HANDLE hci_handle, uint8_t pipe,
481 extern tNFA_STATUS NFA_HciSendCommand(tNFA_HANDLE hci_handle, uint8_t pipe,
511 tNFA_STATUS NFA_HciSendEvent(tNFA_HANDLE hci_handle, uint8_t pipe,
529 extern tNFA_STATUS NFA_HciClosePipe(tNFA_HANDLE hci_handle, uint8_t pipe);
548 extern tNFA_STATUS NFA_HciDeletePipe(tNFA_HANDLE hci_handle, uint8_t pipe);
564 uint8_t gate, uint8_t pipe);