From 2932db6d602ebe487dad40744b95ce3d9e31d71c Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Fri, 10 Aug 2018 19:41:00 +0200 Subject: [PATCH] sm6250-common: Fix build of our bluetooth header Change-Id: I45c5a123c86f3a9ec1ac72011c018a937d4fc70f --- bluetooth/include/bdroid_buildcfg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bluetooth/include/bdroid_buildcfg.h b/bluetooth/include/bdroid_buildcfg.h index c997224..93724d6 100644 --- a/bluetooth/include/bdroid_buildcfg.h +++ b/bluetooth/include/bdroid_buildcfg.h @@ -54,6 +54,7 @@ static inline const char *BtmGetDefaultName() } #define BTM_DEF_LOCAL_NAME BtmGetDefaultName() +#undef PROPERTY_VALUE_MAX // Disables read remote device feature #define MAX_ACL_CONNECTIONS 16 #define MAX_L2CAP_CHANNELS 16