summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNitin Shivpure <nshivpur@codeaurora.org>2013-09-26 12:51:43 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:21:27 -0600
commite17afaa16705fafb5bcdd4c48da31599baf77464 (patch)
treef3c060fc9d382946309c139e04e53f52228fea2e /conf
parenteab9263fc4aa903f2859f4c93d837e5e3020c3e1 (diff)
downloadandroid_system_bt-e17afaa16705fafb5bcdd4c48da31599baf77464.tar.gz
android_system_bt-e17afaa16705fafb5bcdd4c48da31599baf77464.tar.bz2
android_system_bt-e17afaa16705fafb5bcdd4c48da31599baf77464.zip
Bluetooth: Changing vendor ID as QTI for Device ID Profile
As per Specification, Device providers should configure the vendor ID as the Company Identifier provided by the Bluetooth SIG. Hence Changing vendor ID as QTI for Device ID Profile. Change-Id: I852113d2849ea4fd0725396fc92f320101aab0d0 CRs-Fixed: 547495
Diffstat (limited to 'conf')
-rw-r--r--conf/bt_did.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/bt_did.conf b/conf/bt_did.conf
index ea89c068b..5a29c7394 100644
--- a/conf/bt_did.conf
+++ b/conf/bt_did.conf
@@ -7,7 +7,8 @@ primaryRecord = true
# Vendor ID '0xFFFF' indicates no Device ID Service Record is present in the device
# 0x000F = Broadcom Corporation (default)
-#vendorId = 0x000F
+# 0x001D = Qualcomm
+vendorId = 0x001D
# Vendor ID Source
# 0x0001 = Bluetooth SIG assigned Device ID Vendor ID value (default)