mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Add error codes for mediums being disabled on unsupported devices
PiperOrigin-RevId: 398801753
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user