Home
last modified time | relevance | path

Searched refs:psHciLayerCfg (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc.c94 phNfcLayer_sCfg_t *psHciLayerCfg in phHciNfc_Initialise() argument
105 || (NULL== psContext) || (NULL == psHciLayerCfg) || (NULL == pHwConfig) in phHciNfc_Initialise()
153 psHciContext->p_hci_layer = psHciLayerCfg ; in phHciNfc_Initialise()
154 lower_index = psHciLayerCfg->layer_index - 1; in phHciNfc_Initialise()
156 if(NULL != psHciLayerCfg->layer_next->layer_registry) in phHciNfc_Initialise()
158 status = psHciLayerCfg->layer_next->layer_registry( in phHciNfc_Initialise()
160 (void *)&psHciLayerCfg[lower_index]); in phHciNfc_Initialise()
DphHciNfc.h214 phNfcLayer_sCfg_t *psHciLayerCfg