diff options
author | Hansong Zhang <hsz@google.com> | 2017-10-23 22:33:50 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-23 22:33:50 +0000 |
commit | 3497cf3e65ea54324fed9710273bf8cc77a0d7e0 (patch) | |
tree | 666329c2eb056b9256f7daeafe9e62b553c9c1ee /framework/java/android/bluetooth/BluetoothProfile.java | |
parent | b8711b6cd3afe5110f3e8c7b7744e47ba01efa28 (diff) | |
parent | 0618fa550707876409599323c71e75952f9f427a (diff) |
Merge "Change Bluetooth HID Profile Name (1/6)"
am: 0618fa5507
Change-Id: Ic085deaa070b4008b34d03b507f81a5df220764a
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothProfile.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothProfile.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/java/android/bluetooth/BluetoothProfile.java b/framework/java/android/bluetooth/BluetoothProfile.java index bc8fa84608..46a230b506 100644 --- a/framework/java/android/bluetooth/BluetoothProfile.java +++ b/framework/java/android/bluetooth/BluetoothProfile.java @@ -73,11 +73,11 @@ public interface BluetoothProfile { public static final int HEALTH = 3; /** - * Input Device Profile + * HID Host * * @hide */ - public static final int INPUT_DEVICE = 4; + public static final int HID_HOST = 4; /** * PAN Profile @@ -152,11 +152,11 @@ public interface BluetoothProfile { public static final int MAP_CLIENT = 18; /** - * Input Host + * HID Device * * @hide */ - public static final int INPUT_HOST = 19; + public static final int HID_DEVICE = 19; /** * Max profile ID. This value should be updated whenever a new profile is added to match |