• Home
  • Raw
  • Download

Lines Matching refs:pipe_id

254                         ((phHciNfc_Pipe_Info_t *)p_pipe_info)->pipe.pipe_id =   in phHciNfc_Admin_Initialise()
751 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; in phHciNfc_Send_Admin_Cmd() local
753 pipe_id = p_pipe_info->pipe.pipe_id; in phHciNfc_Send_Admin_Cmd()
754 if( pipe_id < PIPETYPE_DYNAMIC ) in phHciNfc_Send_Admin_Cmd()
760 "Cannot be Deleted \n",pipe_id); in phHciNfc_Send_Admin_Cmd()
773 hcp_message->payload[i++] = pipe_id ; in phHciNfc_Send_Admin_Cmd()
841 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; in phHciNfc_Recv_Admin_Response() local
892 pipe_id = hcp_message->payload[RESPONSE_PIPEID_OFFSET]; in phHciNfc_Recv_Admin_Response()
894 &(p_admin_info->pipe_seq), pipe_id, p_pipe_info); in phHciNfc_Recv_Admin_Response()
897 psHciContext->p_pipe_list[pipe_id] = p_pipe_info; in phHciNfc_Recv_Admin_Response()
898 p_pipe_info->pipe.pipe_id = pipe_id; in phHciNfc_Recv_Admin_Response()
908 pipe_id = p_pipe_info->pipe.pipe_id; in phHciNfc_Recv_Admin_Response()
915 psHciContext->p_pipe_list[pipe_id] = NULL; in phHciNfc_Recv_Admin_Response()
971 uint8_t pipe_id = (uint8_t) HCI_UNKNOWN_PIPE_ID; in phHciNfc_Recv_Admin_Cmd() local
997 pipe_id = hcp_message->payload[RESPONSE_PIPEID_OFFSET]; in phHciNfc_Recv_Admin_Cmd()
1013 p_pipe_info->pipe.pipe_id = in phHciNfc_Recv_Admin_Cmd()
1017 &(p_admin_info->pipe_seq), pipe_id, p_pipe_info); in phHciNfc_Recv_Admin_Cmd()
1021 psHciContext->p_pipe_list[pipe_id] = p_pipe_info; in phHciNfc_Recv_Admin_Cmd()
1024 p_pipe_info->pipe.pipe_id = pipe_id; in phHciNfc_Recv_Admin_Cmd()
1031 pipe_id = hcp_message->payload[index++]; in phHciNfc_Recv_Admin_Cmd()
1032 p_pipe_info = psHciContext->p_pipe_list[pipe_id]; in phHciNfc_Recv_Admin_Cmd()
1041 psHciContext->p_pipe_list[pipe_id] = NULL; in phHciNfc_Recv_Admin_Cmd()