diff --git a/tv/tuner/1.0/types.hal b/tv/tuner/1.0/types.hal index 79392d3ed1..8673f494fa 100644 --- a/tv/tuner/1.0/types.hal +++ b/tv/tuner/1.0/types.hal @@ -1210,6 +1210,7 @@ safe_union FrontendSettings { /** * Scan type for Frontend. */ +@export enum FrontendScanType : uint32_t { SCAN_UNDEFINED = 0, SCAN_AUTO = 1 << 0, @@ -1219,6 +1220,7 @@ enum FrontendScanType : uint32_t { /** * Scan Message Type for Frontend. */ +@export enum FrontendScanMessageType : uint32_t { /** * Scan locked the signal.