Lines Matching full:pipe
22 * \brief HCI Pipe Management Routines. *
134 * \brief Creation of the Pipe
136 * This function creates the pipe between a source host's gate and destination
158 (*ppPipeHandle)->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID;
161 (*ppPipeHandle)->pipe.source.gate_id =
163 (*ppPipeHandle)->pipe.dest.host_id =
165 (*ppPipeHandle)->pipe.dest.gate_id =
170 /* The Pipe ID is unknown until it is assigned */
171 (*ppPipeHandle)->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID;
210 p_pipe_info->pipe.source.host_id = (uint8_t) phHciNfc_TerminalHostID;
213 p_pipe_info->pipe.source.gate_id =
215 p_pipe_info->pipe.dest.host_id =
217 p_pipe_info->pipe.dest.gate_id =
219 /* The Pipe ID is unknown until it is assigned */
220 p_pipe_info->pipe.pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID;
234 p_pipe_info->pipe.pipe_id = pipe_id;
273 * \brief Deletion of the Pipe
275 * This function Deletes a pipe created between a terminal host's gate and
448 /* Admin pipe close sequence */
724 } /* End of Pipe Seq Switch */
758 /* Admin pipe close sequence */
799 gate_id = (phHciNfc_GateID_t )pPipeInfo->pipe.dest.gate_id ;
802 /* Identity Management Pipe Creation */
1038 * \brief Opening the Pipe
1040 * This function opens the the pipe created between a terminal host's gate and
1066 pipe_id = pPipeHandle->pipe.pipe_id;
1081 * \brief Closing the Pipe
1083 * This function Closes the the pipe created between a terminal host's gate and
1109 pipe_id = pPipeHandle->pipe.pipe_id;