mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
ci: let stbhal handle close
This commit is contained in:
@@ -51,6 +51,7 @@ int eDVBCIMMISession::receivedAPDU(const unsigned char *tag, const void *data, i
|
|||||||
pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE;
|
pMsg->MsgId = CA_MESSAGE_MSG_MMI_CLOSE;
|
||||||
pMsg->SlotType = CA_SLOT_TYPE_CI;
|
pMsg->SlotType = CA_SLOT_TYPE_CI;
|
||||||
pMsg->Slot = slot->slot;
|
pMsg->Slot = slot->slot;
|
||||||
|
stopMMI();
|
||||||
cCA::GetInstance()->SendMessage(pMsg);
|
cCA::GetInstance()->SendMessage(pMsg);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user