From 541e5c740b667b64cfdbf886218c392cdaa7ea8f Mon Sep 17 00:00:00 2001 From: Sourajit Karmakar Date: Thu, 9 Jul 2020 17:07:25 -0400 Subject: [PATCH] a7xelte: Change default BT device name. * Reflect the conversion from A5 -> A7. --- bluetooth/bdroid_buildcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index edafac4..215a0e5 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -18,7 +18,7 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "Samsung Galaxy A5 (6)" +#define BTM_DEF_LOCAL_NAME "Samsung Galaxy A7 (6)" #define BTM_WBS_INCLUDED TRUE /* Enable WBS */ #define BTIF_HF_WBS_PREFERRED FALSE /* Don't use WBS by default */ -- 2.20.1