diff options
| author | 2017-09-30 04:35:54 +0000 | |
|---|---|---|
| committer | 2017-09-30 04:35:54 +0000 | |
| commit | d30e47ecfc821682260c8cc869e0f484b453ddbb (patch) | |
| tree | c7cecf6bbfe0ed21ecd77f68ed6667d7b806566a | |
| parent | c3b1442d520cec596147e45757f433778db23614 (diff) | |
| parent | ecd09fb952e9439c10aa9dcd831d7dfba5c5f80a (diff) | |
Merge "Bluetooth HID Device: Fix a typo"
| -rw-r--r-- | core/java/android/bluetooth/BluetoothInputHost.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothInputHost.java b/core/java/android/bluetooth/BluetoothInputHost.java index 37f04278d461..e18d9d1be51b 100644 --- a/core/java/android/bluetooth/BluetoothInputHost.java +++ b/core/java/android/bluetooth/BluetoothInputHost.java @@ -74,7 +74,7 @@ public final class BluetoothInputHost implements BluetoothProfile { public static final byte SUBCLASS2_GAMEPAD = (byte) 0x02; public static final byte SUBCLASS2_REMOTE_CONTROL = (byte) 0x03; public static final byte SUBCLASS2_SENSING_DEVICE = (byte) 0x04; - public static final byte SUBCLASS2_DIGITIZER_TABLED = (byte) 0x05; + public static final byte SUBCLASS2_DIGITIZER_TABLET = (byte) 0x05; public static final byte SUBCLASS2_CARD_READER = (byte) 0x06; /** |