• Home
  • Raw
  • Download

Lines Matching refs:pipe_id

220                                 uint8_t             pipe_id
659 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; in phHciNfc_Send_HCP() local
662 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header, in phHciNfc_Send_HCP()
696 phHciNfc_Build_HCPHeader(tx_data, chain_bit , pipe_id ); in phHciNfc_Send_HCP()
905 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_Process_Response() local
916 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Response()
930 if (pipe_id >= PHHCINFC_MAX_PIPE ) in phHciNfc_Process_Response()
935 && ( (pipe_id != PIPETYPE_STATIC_ADMIN ) in phHciNfc_Process_Response()
936 && ( ADM_CLEAR_ALL_PIPE != (psHciContext->p_pipe_list[pipe_id])->prev_msg )) in phHciNfc_Process_Response()
943 p_pipe_info = psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Process_Response()
949 status = psHciContext->p_pipe_list[pipe_id]->recv_resp( psHciContext, in phHciNfc_Process_Response()
962 phHciNfc_Reset_Pipe_MsgInfo(psHciContext->p_pipe_list[pipe_id]); in phHciNfc_Process_Response()
993 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_Error_Response() local
1001 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Error_Response()
1043 phHciNfc_Reset_Pipe_MsgInfo(psHciContext->p_pipe_list[pipe_id]); in phHciNfc_Error_Response()
1070 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_Process_Event() local
1081 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Event()
1084 if (pipe_id >= PHHCINFC_MAX_PIPE ) in phHciNfc_Process_Event()
1090 p_pipe_info = psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Process_Event()
1103 pipe_id); in phHciNfc_Process_Event()
1154 && ( pipe_id <= PHHCINFC_MAX_PIPE )) in phHciNfc_Process_Event()
1163 HCI_DEBUG(" HCI: Pipe-ID --> %02X \n", pipe_id); in phHciNfc_Process_Event()
1188 uint8_t pipe_id = (uint8_t)HCI_UNKNOWN_PIPE_ID; in phHciNfc_Process_Command() local
1200 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Command()
1202 if (pipe_id >= PHHCINFC_MAX_PIPE ) in phHciNfc_Process_Command()
1208 p_pipe_info = psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Process_Command()
1222 pipe_id); in phHciNfc_Process_Command()
1278 uint8_t pipe_id in phHciNfc_Build_HCPHeader() argument
1286 HCP_PIPEID_LEN, pipe_id); in phHciNfc_Build_HCPHeader()
1301 uint8_t pipe_id, in phHciNfc_Build_HCPFrame() argument
1307 phHciNfc_Build_HCPHeader( hcp_packet,chainbit,pipe_id ); in phHciNfc_Build_HCPFrame()
1354 uint8_t pipe_id, in phHciNfc_Send_Generic_Cmd() argument
1366 || ( pipe_id > PHHCINFC_MAX_PIPE) in phHciNfc_Send_Generic_Cmd()
1367 ||(NULL == psHciContext->p_pipe_list[pipe_id]) in phHciNfc_Send_Generic_Cmd()
1377 psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Send_Generic_Cmd()
1388 (uint8_t) pipe_id, HCP_MSG_TYPE_COMMAND, cmd); in phHciNfc_Send_Generic_Cmd()
1403 (uint8_t) pipe_id, HCP_MSG_TYPE_COMMAND, cmd); in phHciNfc_Send_Generic_Cmd()
1416 (uint8_t) pipe_id, HCP_MSG_TYPE_COMMAND, cmd); in phHciNfc_Send_Generic_Cmd()
1473 (uint8_t)p_pipe_info->pipe.pipe_id, in phHciNfc_Set_Param()