Home | History | Annotate | Download | only in src

Lines Matching refs:psHciContext

87                                 phHciNfc_sContext_t     *psHciContext,
96 void *psHciContext,
124 phHciNfc_sContext_t *psHciContext,
133 if( ( NULL == psHciContext )
141 if( ( NULL == psHciContext->p_link_mgmt_info )
146 psHciContext->p_link_mgmt_info = p_link_mgmt_info;
154 psHciContext->p_link_mgmt_info ;
163 else if( hciMode_Session == psHciContext->hci_mode )
188 psHciContext->p_pipe_list[PIPETYPE_STATIC_LINK] =
190 status = phHciNfc_Open_Pipe( psHciContext,
215 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
239 phHciNfc_Send_Generic_Cmd( psHciContext, pHwRef,
273 phHciNfc_sContext_t *psHciContext,
279 if( (NULL == psHciContext) || (NULL == pHwRef) )
286 (phHciNfc_LinkMgmt_Info_t *)psHciContext->p_link_mgmt_info ;
290 status = phHciNfc_Open_Pipe( psHciContext,
311 phHciNfc_sContext_t *psHciContext,
318 if( (NULL == psHciContext) || (NULL == pHwRef) )
324 if( NULL != psHciContext->p_link_mgmt_info )
327 psHciContext->p_link_mgmt_info ;
328 status = phHciNfc_Close_Pipe( psHciContext,
363 phHciNfc_sContext_t *psHciContext =
369 if( (NULL == psHciContext) || (NULL == pHwRef) )
373 else if( NULL == psHciContext->p_link_mgmt_info )
380 psHciContext->p_link_mgmt_info ;
386 status = phHciNfc_LinkMgmt_InfoUpdate(psHciContext,
407 psHciContext->p_pipe_list[PIPETYPE_STATIC_LINK] = NULL;
434 phHciNfc_sContext_t *psHciContext,
444 if( (NULL == psHciContext)
452 else if ( NULL == psHciContext->p_link_mgmt_info )
459 psHciContext->p_link_mgmt_info ;