Searched refs:Channel_Info (Results 1 – 2 of 2) sorted by relevance
179 Os_info->Channel_Info[cnt].isOpend = true; in LSC_OpenChannel()283 cmdApdu.p_data[0] = Os_info->Channel_Info[0].channel_id; in LSC_SelectLsc()793 if (Os_info->Channel_Info[cnt].channel_id == in LSC_SendtoEse()796 Os_info->Channel_Info[cnt].channel_id); in LSC_SendtoEse()797 Os_info->Channel_Info[cnt].isOpend = false; in LSC_SendtoEse()824 Os_info->Channel_Info[cnt].isOpend = true; in LSC_SendtoEse()924 if (!Os_info->Channel_Info[cnt].isOpend) continue; in LSC_CloseChannel()926 cmdApdu.p_data[xx++] = Os_info->Channel_Info[cnt].channel_id; in LSC_CloseChannel()940 Os_info->Channel_Info[cnt].channel_id); in LSC_CloseChannel()947 Os_info->Channel_Info[cnt].channel_id); in LSC_CloseChannel()[all …]
51 Lsc_ChannelInfo_t Channel_Info[10]; member