From f4ccbb4def2dc56244aa815972d7bb5ef42a831a Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 19 Sep 2022 17:20:24 +0100 Subject: [PATCH] sm7125-common: bluetooth: Undefine BTM_DEF_LOCAL_NAME It has been migrated to bluetooth.device.default_name sysprop. Change-Id: Id929e631f3ce103fc3e6c18ccf9da6ce7756e9e2 --- bluetooth/include/bdroid_buildcfg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index 30d64ea..b7c24f3 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -23,8 +23,6 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H -#define BTM_DEF_LOCAL_NAME "Galaxy A52/A72 4G" - #define BLE_VND_INCLUDED TRUE #define MAX_ACL_CONNECTIONS 16 #define MAX_L2CAP_CHANNELS 32