diff --git a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter index dad6a33adc5931..3fa32d226a49f3 100644 --- a/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter +++ b/examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter @@ -5452,9 +5452,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { diff --git a/examples/placeholder/linux/apps/app1/config.matter b/examples/placeholder/linux/apps/app1/config.matter index 8c529d0cc6b34f..79d17e5306c142 100644 --- a/examples/placeholder/linux/apps/app1/config.matter +++ b/examples/placeholder/linux/apps/app1/config.matter @@ -7959,9 +7959,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { @@ -8112,9 +8112,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { diff --git a/examples/placeholder/linux/apps/app2/config.matter b/examples/placeholder/linux/apps/app2/config.matter index 802f8fa98b7667..467aed8bacf396 100644 --- a/examples/placeholder/linux/apps/app2/config.matter +++ b/examples/placeholder/linux/apps/app2/config.matter @@ -7872,9 +7872,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { @@ -8025,9 +8025,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { diff --git a/examples/tv-app/tv-common/tv-app.matter b/examples/tv-app/tv-common/tv-app.matter index a4855f056b63ae..6ea0892facbb99 100644 --- a/examples/tv-app/tv-common/tv-app.matter +++ b/examples/tv-app/tv-common/tv-app.matter @@ -3115,9 +3115,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { diff --git a/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter b/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter index 9fc0a417459f31..6d8fb379e55fad 100644 --- a/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter +++ b/examples/tv-casting-app/tv-casting-common/tv-casting-app.matter @@ -2534,9 +2534,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { diff --git a/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml index 3c59ae1f9c90ad..7058f969799087 100644 --- a/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml @@ -177,12 +177,12 @@ limitations under the License. - - - - - - - + + + + + + + diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index c4b63de0a8070c..2f7263bb321af1 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -9027,9 +9027,9 @@ cluster ContentLauncher = 1290 { bitmap Feature : bitmap32 { kContentSearch = 0x1; kURLPlayback = 0x2; - kAdvancedSeek = 0x3; - kTextTracks = 0x4; - kAudioTracks = 0x5; + kAdvancedSeek = 0x4; + kTextTracks = 0x8; + kAudioTracks = 0x10; } bitmap SupportedProtocolsBitmap : bitmap32 { diff --git a/src/controller/python/chip/clusters/Objects.py b/src/controller/python/chip/clusters/Objects.py index 25bf7be6889f99..9752185e29103b 100644 --- a/src/controller/python/chip/clusters/Objects.py +++ b/src/controller/python/chip/clusters/Objects.py @@ -44545,9 +44545,9 @@ class Bitmaps: class Feature(IntFlag): kContentSearch = 0x1 kURLPlayback = 0x2 - kAdvancedSeek = 0x3 - kTextTracks = 0x4 - kAudioTracks = 0x5 + kAdvancedSeek = 0x4 + kTextTracks = 0x8 + kAudioTracks = 0x10 class SupportedProtocolsBitmap(IntFlag): kDash = 0x1 diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h index 10dd241817165c..7bbdbbee2038f2 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h @@ -20111,9 +20111,9 @@ typedef NS_ENUM(uint8_t, MTRContentLauncherContentLaunchStatus) { typedef NS_OPTIONS(uint32_t, MTRContentLauncherFeature) { MTRContentLauncherFeatureContentSearch MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1)) = 0x1, MTRContentLauncherFeatureURLPlayback MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1)) = 0x2, - MTRContentLauncherFeatureAdvancedSeek MTR_PROVISIONALLY_AVAILABLE = 0x3, - MTRContentLauncherFeatureTextTracks MTR_PROVISIONALLY_AVAILABLE = 0x4, - MTRContentLauncherFeatureAudioTracks MTR_PROVISIONALLY_AVAILABLE = 0x5, + MTRContentLauncherFeatureAdvancedSeek MTR_PROVISIONALLY_AVAILABLE = 0x4, + MTRContentLauncherFeatureTextTracks MTR_PROVISIONALLY_AVAILABLE = 0x8, + MTRContentLauncherFeatureAudioTracks MTR_PROVISIONALLY_AVAILABLE = 0x10, } MTR_AVAILABLE(ios(16.1), macos(13.0), watchos(9.1), tvos(16.1)); typedef NS_OPTIONS(uint32_t, MTRContentLauncherSupportedProtocolsBitmap) { diff --git a/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h b/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h index f7ebe66544b601..13cbd2f2fd4ddf 100644 --- a/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h +++ b/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h @@ -5296,9 +5296,9 @@ enum class Feature : uint32_t { kContentSearch = 0x1, kURLPlayback = 0x2, - kAdvancedSeek = 0x3, - kTextTracks = 0x4, - kAudioTracks = 0x5, + kAdvancedSeek = 0x4, + kTextTracks = 0x8, + kAudioTracks = 0x10, }; // Bitmap for SupportedProtocolsBitmap