diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 29777ae9..ff9bfb05 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -185,6 +185,9 @@ enum EventType { // Set up a connection with the remote device. ESTABLISH_CONNECTION = 48; + + // Track device states in Nearby Share setting. + DEVICE_SETTINGS = 49; } // Event category to differentiate whether this comes from sender or receiver,