diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index 545648b8..312afe2b 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -22,6 +22,9 @@ #ifndef _BDROID_BUILDCFG_H #define _BDROID_BUILDCFG_H +#include +#pragma push_macro("PROPERTY_VALUE_MAX") + #include #include @@ -56,4 +59,6 @@ static inline const char* BtmGetDefaultName() /* Increasing SEPs to 12 from 6 to support SHO/MCast i.e. two streams per codec */ #define AVDT_NUM_SEPS 12 +#pragma pop_macro("PROPERTY_VALUE_MAX") + #endif