diff options
-rw-r--r-- | core/proto/android/app/settings_enums.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 3a908dc28e4c..8e4eb0018999 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -38,6 +38,12 @@ enum PageId { // Unknown page. Should not be used in production code. PAGE_UNKNOWN = 0; + // OPEN: Settings > Connected Devices > Bluetooth > (click on details link for a paired device) + BLUETOOTH_DEVICE_DETAILS = 1009; + + // OPEN: Settings > Connected devices > Bluetooth > Pair new device + BLUETOOTH_PAIRING = 1018; + // OPEN: Settings homepage SETTINGS_HOMEPAGE = 1502; |