summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Weinstein <jake@aospa.co>2020-04-27 05:19:43 +0200
committeralk3pInjection <webmaster@raspii.tech>2022-01-13 17:40:06 +0800
commit835e894b8fc8f40f023f321e3380c9ffec04e151 (patch)
treeccbc7e23eb329a5198bb76b8d014532bfecf2016
parentf0fa5ea675e19ea16d060ca1e95f6c005b382608 (diff)
bt: Use device name as BT device name
QCOM_BTD is an ugly string and the device name makes much more sense. Change-Id: I9f402b46107312c0720b5a43f1a56ba73543dce4
-rw-r--r--build/qva/config/bdroid_buildcfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/qva/config/bdroid_buildcfg.h b/build/qva/config/bdroid_buildcfg.h
index 6c7d51e..fb2ac69 100644
--- a/build/qva/config/bdroid_buildcfg.h
+++ b/build/qva/config/bdroid_buildcfg.h
@@ -19,7 +19,7 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
-#define BTM_DEF_LOCAL_NAME "QCOM-BTD"
+//#define BTM_DEF_LOCAL_NAME "QCOM-BTD"
// Disables read remote device feature
#define MAX_ACL_CONNECTIONS 16
#define MAX_L2CAP_CHANNELS 32