FP2-1200:make device visible over bluetooth. scan device

result:
device name "Android Bluetooth" appears
expected result"
device name "FP2" appears

Change-Id: Ie764aca3a7d9c857b0bfbb424176e6b83c13954d
diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h
index 021f192..95c2c68 100644
--- a/bluetooth/bdroid_buildcfg.h
+++ b/bluetooth/bdroid_buildcfg.h
@@ -17,6 +17,6 @@
 #ifndef _BDROID_BUILDCFG_H
 #define _BDROID_BUILDCFG_H
 
-#define BTM_DEF_LOCAL_NAME   "Android Bluedroid"
+#define BTM_DEF_LOCAL_NAME   "FP2"
 
 #endif