Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53faf35d authored by Chris Manton's avatar Chris Manton
Browse files

Move proto folder into gd subfolder

Prepare to extend protos for future development

Bug: 153703013
Test: Builds
Change-Id: Iee49c3e6599db93a0c5b0cd41e2189d0f003ec54
parent a1fbad56
Loading
Loading
Loading
Loading
+0 −0

File moved.

+3 −6
Original line number Diff line number Diff line
@@ -181,8 +181,7 @@ message PairEvent {
  optional int32 disconnect_reason = 1;

  // Pair event time
  optional int64 event_time_millis =
      2;  // [(datapol.semantic_type) = ST_TIMESTAMP];
  optional int64 event_time_millis = 2;  // [(datapol.semantic_type) = ST_TIMESTAMP];

  // The information about the device which it is paired to.
  optional DeviceInfo device_paired_with = 3;
@@ -209,8 +208,7 @@ message WakeEvent {
  optional string name = 3;

  // Time of the event.
  optional int64 event_time_millis =
      4;  // [(datapol.semantic_type) = ST_TIMESTAMP];
  optional int64 event_time_millis = 4;  // [(datapol.semantic_type) = ST_TIMESTAMP];
}

message ScanEvent {
@@ -247,8 +245,7 @@ message ScanEvent {
  optional int32 number_results = 4;

  // Time of the event.
  optional int64 event_time_millis =
      5;  // [(datapol.semantic_type) = ST_TIMESTAMP];
  optional int64 event_time_millis = 5;  // [(datapol.semantic_type) = ST_TIMESTAMP];
}

// Profile IDs defined in BluetoothProfile API class