diff --git a/tv/tuner/1.1/types.hal b/tv/tuner/1.1/types.hal index 4e677b525b..d4a14f916c 100644 --- a/tv/tuner/1.1/types.hal +++ b/tv/tuner/1.1/types.hal @@ -72,6 +72,18 @@ enum Constant : @1.0::Constant { * IFrontend.linkCiCam. */ INVALID_LTS_ID = 0xFFFFFFFF, + /** + * An invalid frontend ID. + */ + INVALID_FRONTEND_ID = 0xFFFFFFFF, + /** + * An invalid LNB ID. + */ + INVALID_LNB_ID = 0xFFFFFFFF, + /** + * An invalid key token. It is used to remove the current key from the descrambler. + */ + INVALID_KEYTOKEN = 0x00, }; @export