mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
1. Logs instant connection result code to advertise phase, discovery phase or connection attempts.
2. Adds one new result code CONNECTIVITY_AUTO_RESUME_FAILURE for reconnection PiperOrigin-RevId: 659207468
This commit is contained in:
@@ -95,6 +95,10 @@ message ConnectionsLog {
|
||||
// The result code of the operation result
|
||||
optional location.nearby.proto.connections.OperationResultCode result_code =
|
||||
4;
|
||||
|
||||
// The connection mode.
|
||||
optional location.nearby.proto.connections.ConnectionMode connection_mode =
|
||||
5;
|
||||
}
|
||||
|
||||
// One round of a particular Strategy done by a client.
|
||||
@@ -311,6 +315,10 @@ message ConnectionsLog {
|
||||
|
||||
// The result code of this connection attempt
|
||||
optional OperationResult operation_result = 9;
|
||||
|
||||
// The connection mode.
|
||||
optional location.nearby.proto.connections.ConnectionMode connection_mode =
|
||||
10;
|
||||
}
|
||||
|
||||
// A successfully-established connection over a particular medium.
|
||||
|
||||
Reference in New Issue
Block a user