We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f76ca commit c51ede6Copy full SHA for c51ede6
1 file changed
play-services-wearable/core/src/main/proto/wearable.proto
@@ -65,8 +65,8 @@ message CapabilityFilterEntry {
65
message ChannelControlRequest {
66
enum Type {
67
CHANNEL_CONTROL_OPEN = 1;
68
- CHANNEL_CONTROL_CLOSE = 2;
69
- CHANNEL_CONTROL_OPEN_ACK = 3;
+ CHANNEL_CONTROL_OPEN_ACK = 2;
+ CHANNEL_CONTROL_CLOSE = 3;
70
}
71
72
optional int32 type = 1;
0 commit comments