Internal change

PiperOrigin-RevId: 371849534
This commit is contained in:
hai007
2021-05-03 23:06:04 -07:00
committed by Copybara-Service
parent 5cf5320e8a
commit 49c5ecb5a8
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -70,6 +70,8 @@ message MagicPairEvent {
UNKNOWN_BOND_ERROR_CODE = 0;
BOND_BROKEN = 1;
POSSIBLE_MITM = 2;
NO_PERMISSION = 3;
INCORRECT_VARIANT = 4;
}
enum ConnectErrorCode {
+1
View File
@@ -70,5 +70,6 @@ message NearbyEvent {
BEFORE_CREATE_BOND_BONDING = 1380;
BEFORE_CREATE_BOND_BONDED = 1390;
BEFORE_CONNECT_PROFILE = 1400;
HANDLE_PAIRING_REQUEST = 1410;
}
}