summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-08-10 15:45:03 -0700
committerJaikumar Ganesh <jaikumar@google.com>2011-08-10 15:45:43 -0700
commit594b77a493c44186af3d6f6a6bc7b30babcb2896 (patch)
treed9e8dd1c2b26f75e41d5d20ec0634795f700634c
parentcd60add87bf628e96d3a91dc96d4bf945a0ccb17 (diff)
downloadbluetooth-594b77a493c44186af3d6f6a6bc7b30babcb2896.tar.gz
Change class to handheld from Laptop.
This makes it work with digital pens and other devices. Change-Id: Ia0615cdd6713efdeac2da096bbd9cfb84ad8fa67
-rw-r--r--data/main.nonsmartphone.conf4
-rw-r--r--data/main.nonsmartphone.le.conf4
2 files changed, 4 insertions, 4 deletions
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 @@ Name = %m
# 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 @@ Name = %m
# 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.