Home | History | Annotate | Download | only in src

Lines Matching refs:pPipeInfo

263                                    phHciNfc_Pipe_Info_t    *pPipeInfo
282 p_init_info->p_init_pipe_info = pPipeInfo;
285 pPipeInfo->recv_resp = &phHciNfc_Recv_Initiator_Response;
287 pPipeInfo->recv_event = &phHciNfc_Recv_Initiator_Event;
526 phHciNfc_Pipe_Info_t *pPipeInfo
545 p_target_info->p_tgt_pipe_info = pPipeInfo;
548 pPipeInfo->recv_resp = &phHciNfc_Recv_Target_Response;
550 pPipeInfo->recv_event = &phHciNfc_Recv_Target_Event;