diff options
author | Jake Weinstein <jake@aospa.co> | 2020-04-27 05:19:43 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-09-01 11:52:30 +0800 |
commit | 2b08bebde1f1dd7b7c6fe90aa8f913c0533cb4df (patch) | |
tree | a12cb6c16d8a0190a4cccaf272715064cbdb5dee | |
parent | 61ee973feece383f8b377a745de2b3678228715b (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.h | 2 |
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 |