Skip to content

Commit b796583

Browse files
andy31415andreilitvin
authored andcommitted
Delete ContentLaunch::SupportedProtocolsBitmap::kWebRTC (project-chip#32042)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent aaed519 commit b796583

File tree

10 files changed

+2
-14
lines changed

10 files changed

+2
-14
lines changed

examples/all-clusters-minimal-app/all-clusters-common/all-clusters-minimal-app.matter

-1
Original file line numberDiff line numberDiff line change
@@ -5124,7 +5124,6 @@ cluster ContentLauncher = 1290 {
51245124
bitmap SupportedProtocolsBitmap : bitmap32 {
51255125
kDASH = 0x1;
51265126
kHLS = 0x2;
5127-
kWebRTC = 0x2;
51285127
}
51295128

51305129
struct DimensionStruct {

examples/placeholder/linux/apps/app1/config.matter

-2
Original file line numberDiff line numberDiff line change
@@ -7554,7 +7554,6 @@ cluster ContentLauncher = 1290 {
75547554
bitmap SupportedProtocolsBitmap : bitmap32 {
75557555
kDASH = 0x1;
75567556
kHLS = 0x2;
7557-
kWebRTC = 0x2;
75587557
}
75597558

75607559
struct DimensionStruct {
@@ -7708,7 +7707,6 @@ cluster ContentLauncher = 1290 {
77087707
bitmap SupportedProtocolsBitmap : bitmap32 {
77097708
kDASH = 0x1;
77107709
kHLS = 0x2;
7711-
kWebRTC = 0x2;
77127710
}
77137711

77147712
struct DimensionStruct {

examples/placeholder/linux/apps/app2/config.matter

-2
Original file line numberDiff line numberDiff line change
@@ -7511,7 +7511,6 @@ cluster ContentLauncher = 1290 {
75117511
bitmap SupportedProtocolsBitmap : bitmap32 {
75127512
kDASH = 0x1;
75137513
kHLS = 0x2;
7514-
kWebRTC = 0x2;
75157514
}
75167515

75177516
struct DimensionStruct {
@@ -7665,7 +7664,6 @@ cluster ContentLauncher = 1290 {
76657664
bitmap SupportedProtocolsBitmap : bitmap32 {
76667665
kDASH = 0x1;
76677666
kHLS = 0x2;
7668-
kWebRTC = 0x2;
76697667
}
76707668

76717669
struct DimensionStruct {

examples/tv-app/tv-common/tv-app.matter

-1
Original file line numberDiff line numberDiff line change
@@ -2789,7 +2789,6 @@ cluster ContentLauncher = 1290 {
27892789
bitmap SupportedProtocolsBitmap : bitmap32 {
27902790
kDASH = 0x1;
27912791
kHLS = 0x2;
2792-
kWebRTC = 0x2;
27932792
}
27942793

27952794
struct DimensionStruct {

examples/tv-casting-app/tv-casting-common/tv-casting-app.matter

-1
Original file line numberDiff line numberDiff line change
@@ -2251,7 +2251,6 @@ cluster ContentLauncher = 1290 {
22512251
bitmap SupportedProtocolsBitmap : bitmap32 {
22522252
kDASH = 0x1;
22532253
kHLS = 0x2;
2254-
kWebRTC = 0x2;
22552254
}
22562255

22572256
struct DimensionStruct {

src/app/zap-templates/zcl/data-model/chip/content-launch-cluster.xml

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ limitations under the License.
174174
<cluster code="0x050a"/>
175175
<field name="DASH" mask="0x1"/>
176176
<field name="HLS" mask="0x2"/>
177-
<field name="WebRTC" mask="0x2"/>
178177
</bitmap>
179178

180179
<bitmap name="Feature" type="bitmap32">

src/controller/data_model/controller-clusters.matter

-1
Original file line numberDiff line numberDiff line change
@@ -8307,7 +8307,6 @@ cluster ContentLauncher = 1290 {
83078307
bitmap SupportedProtocolsBitmap : bitmap32 {
83088308
kDASH = 0x1;
83098309
kHLS = 0x2;
8310-
kWebRTC = 0x2;
83118310
}
83128311

83138312
struct DimensionStruct {

src/controller/python/chip/clusters/Objects.py

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zzz_generated/app-common/app-common/zap-generated/cluster-enums.h

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)