Skip to content

Commit

Permalink
Delete ContentLaunch::SupportedProtocolsBitmap::kWebRTC (project-chip…
Browse files Browse the repository at this point in the history
…#32042)

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
andy31415 and andreilitvin authored Feb 9, 2024
1 parent 1913dba commit 354d692
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5124,7 +5124,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down
2 changes: 0 additions & 2 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -7554,7 +7554,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down Expand Up @@ -7708,7 +7707,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down
2 changes: 0 additions & 2 deletions examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -7511,7 +7511,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down Expand Up @@ -7665,7 +7664,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down
1 change: 0 additions & 1 deletion examples/tv-app/tv-common/tv-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ limitations under the License.
<cluster code="0x050a"/>
<field name="DASH" mask="0x1"/>
<field name="HLS" mask="0x2"/>
<field name="WebRTC" mask="0x2"/>
</bitmap>

<bitmap name="Feature" type="bitmap32">
Expand Down
1 change: 0 additions & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -8307,7 +8307,6 @@ cluster ContentLauncher = 1290 {
bitmap SupportedProtocolsBitmap : bitmap32 {
kDASH = 0x1;
kHLS = 0x2;
kWebRTC = 0x2;
}

struct DimensionStruct {
Expand Down
1 change: 0 additions & 1 deletion src/controller/python/chip/clusters/Objects.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 354d692

Please sign in to comment.