From ea51270f4afd8d8904e9ece173ffb0b4a820c5dd Mon Sep 17 00:00:00 2001 From: Jyun LuoLai Date: Mon, 5 Jul 2021 01:06:41 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 383086687 --- proto/nearby_event_codes.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/nearby_event_codes.proto b/proto/nearby_event_codes.proto index 568a4500..10e96822 100644 --- a/proto/nearby_event_codes.proto +++ b/proto/nearby_event_codes.proto @@ -74,5 +74,8 @@ message NearbyEvent { SECRET_HANDSHAKE_GATT_COMMUNICATION = 1420; GATT_CONNECTION_AND_SECRET_HANDSHAKE = 1430; CHECK_SIGNAL_AFTER_HANDSHAKE = 1440; + RECOVER_BY_RETRY_GATT = 1450; + RECOVER_BY_RETRY_HANDSHAKE = 1460; + RECOVER_BY_RETRY_HANDSHAKE_RECONNECT = 1470; } }