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:
hai007
2024-08-03 20:29:33 -07:00
committed by Copybara-Service
parent 26d5055b13
commit 12371764e6
2 changed files with 14 additions and 0 deletions
@@ -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.