Change class to handheld from Laptop.
This makes it work with digital pens and other devices.
Change-Id: Ia0615cdd6713efdeac2da096bbd9cfb84ad8fa67
diff --git a/data/main.nonsmartphone.conf b/data/main.nonsmartphone.conf
index fa853f3..c73bbd8 100644
--- a/data/main.nonsmartphone.conf
+++ b/data/main.nonsmartphone.conf
@@ -16,8 +16,8 @@
# Local device class
# 0x0a0000 - Service class: Capturing (Microphone) + Networking
# 0x000100 - Major class: Computer
-# 0x00000C - Minor class: Laptop
-Class = 0x0a0010C
+# 0x000010 - Minor class: Handheld
+Class = 0x0a0110
# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.
diff --git a/data/main.nonsmartphone.le.conf b/data/main.nonsmartphone.le.conf
index 5d334c2..fe56d0b 100644
--- a/data/main.nonsmartphone.le.conf
+++ b/data/main.nonsmartphone.le.conf
@@ -16,8 +16,8 @@
# Local device class
# 0x0a0000 - Service class: Capturing (Microphone) + Networking
# 0x000100 - Major class: Computer
-# 0x00000C - Minor class: Laptop
-Class = 0x0a0010C
+# 0x00000C - Minor class: Handheld
+Class = 0x0a0110
# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.