Add error codes for mediums being disabled on unsupported devices

PiperOrigin-RevId: 398801753
This commit is contained in:
xlythe
2021-09-24 13:26:41 -07:00
committed by Copybara-Service
parent 27577c6994
commit 69307c4604
+5
View File
@@ -497,4 +497,9 @@ enum Description {
AWARE_UPDATE_PUBLISHING_CONFIG_FAILED = 163;
L2CAP_UNAVAILABLE = 164;
ALREADY_HAS_GATT_CONNECTION = 165;
UNSUPPORTED_DEVICE_TYPE = 166;
UNSUPPORTED_DEVICE_TYPE_CHROME_OS = 167;
UNSUPPORTED_DEVICE_TYPE_AUTO = 168;
UNSUPPORTED_DEVICE_TYPE_TV = 169;
UNSUPPORTED_DEVICE_TYPE_WEAR = 170;
}