summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothHid.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/bluetooth/BluetoothHid.java')
-rw-r--r--core/java/android/bluetooth/BluetoothHid.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothHid.java b/core/java/android/bluetooth/BluetoothHid.java
index 45347d3..65c5abd 100644
--- a/core/java/android/bluetooth/BluetoothHid.java
+++ b/core/java/android/bluetooth/BluetoothHid.java
@@ -264,7 +264,7 @@ public class BluetoothHid {
*/
public static boolean doesClassMatch(BluetoothClass btClass) {
switch (btClass.getDeviceClass()) {
- case BluetoothClass.Device.PERIPHERAL_KEYBORD:
+ case BluetoothClass.Device.PERIPHERAL_KEYBOARD:
case BluetoothClass.Device.PERIPHERAL_POINTING_DEVICE:
case BluetoothClass.Device.PERIPHERAL_COMBO_KEYBORD_POINTING:
return true;