bt: Use device name as BT device name.

 * QCOM_BTD is an ugly string and the device name
   makes much more sense.

 * This way we can also avoid redefining a lot of
   BDROID_BUILDCFG stuff in device trees.

Change-Id: I9f402b46107312c0720b5a43f1a56ba73543dce4
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