mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Define proto field and collect/upload data to clearcut server
PiperOrigin-RevId: 653100645
This commit is contained in:
@@ -1173,6 +1173,22 @@ enum OperationResultCode {
|
||||
// Bluetooth starts scanning without any client existed.
|
||||
NEARBY_BLUETOOTH_NO_CLIENT_REGISTER_FOR_SCAN = 4585;
|
||||
}
|
||||
|
||||
enum StopAdvertisingReason {
|
||||
STOP_ADVERTISING_REASON_UNKNOWN = 0;
|
||||
// Client call stopAdvertising() to stop advertising
|
||||
CLIENT_STOP_ADVERTISING = 1;
|
||||
// Session is finished and stop advertising
|
||||
FINISH_SESSION_STOP_ADVERTISING = 2;
|
||||
}
|
||||
|
||||
enum StopDiscoveringReason {
|
||||
STOP_DISCOVERING_REASON_UNKNOWN = 0;
|
||||
// Client call stopDiscovering() to stop discovering
|
||||
CLIENT_STOP_DISCOVERING = 1;
|
||||
// Session is finished and stop discovering
|
||||
FINISH_SESSION_STOP_DISCOVERING = 2;
|
||||
}
|
||||
// LINT.ThenChange(
|
||||
// //depot/google3/wireless/android/stats/platform/westworld/public/protos/enums/android/nearby/connections/enums.proto
|
||||
// )
|
||||
|
||||
Reference in New Issue
Block a user