Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_ISO15693.c111 phHciNfc_ISO15693_Info_t *ps_15693_info=NULL; in phHciNfc_ISO15693_Init_Resources() local
123 (phHciNfc_Allocate_Resource((void **)(&ps_15693_info), in phHciNfc_ISO15693_Init_Resources()
127 psHciContext->p_iso_15693_info = ps_15693_info; in phHciNfc_ISO15693_Init_Resources()
128 ps_15693_info->current_seq = ISO15693_INVENTORY; in phHciNfc_ISO15693_Init_Resources()
129 ps_15693_info->next_seq = ISO15693_INVENTORY; in phHciNfc_ISO15693_Init_Resources()
130 ps_15693_info->ps_15693_pipe_info = NULL; in phHciNfc_ISO15693_Init_Resources()
154 phHciNfc_ISO15693_Info_t *ps_15693_info = NULL; in phHciNfc_ISO15693_Get_PipeID() local
155 ps_15693_info = (phHciNfc_ISO15693_Info_t *) in phHciNfc_ISO15693_Get_PipeID()
157 *ppipe_id = ps_15693_info->ps_15693_pipe_info->pipe.pipe_id; in phHciNfc_ISO15693_Get_PipeID()
185 phHciNfc_ISO15693_Info_t *ps_15693_info = NULL; in phHciNfc_ISO15693_Update_PipeInfo() local
[all …]