Skip to content

Commit c51ede6

Browse files
committed
fix Type enum in wearable.proto
1 parent 05f76ca commit c51ede6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

play-services-wearable/core/src/main/proto/wearable.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ message CapabilityFilterEntry {
6565
message ChannelControlRequest {
6666
enum Type {
6767
CHANNEL_CONTROL_OPEN = 1;
68-
CHANNEL_CONTROL_CLOSE = 2;
69-
CHANNEL_CONTROL_OPEN_ACK = 3;
68+
CHANNEL_CONTROL_OPEN_ACK = 2;
69+
CHANNEL_CONTROL_CLOSE = 3;
7070
}
7171

7272
optional int32 type = 1;

0 commit comments

Comments
 (0)