zephyr/subsys/bluetooth/common
Carlos Stuart 75f77db432 include: misc: util.h: Rename min/max to MIN/MAX
There are issues using lowercase min and max macros when compiling a C++
application with a third-party toolchain such as GNU ARM Embedded when
using some STL headers i.e. <chrono>.

This is because there are actual C++ functions called min and max
defined in some of the STL headers and these macros interfere with them.
By changing the macros to UPPERCASE, which is consistent with almost all
other pre-processor macros this naming conflict is avoided.

All files that use these macros have been updated.

Signed-off-by: Carlos Stuart <carlosstuart1970@gmail.com>
2019-02-14 22:16:03 -05:00
..
CMakeLists.txt Bluetooth: Convert string helpers to use log_strdup 2018-10-19 14:50:22 +02:00
dummy.c bluetooth: config: Fix bluetooth config dependencies 2018-10-05 11:15:27 -04:00
Kconfig dts: Convert CONFIG_ to DT_ symbols for chosen props 2019-02-08 11:41:26 -06:00
log.c include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
log.h bluetooth: Simplifying log macros 2018-12-13 14:21:25 +01:00
rpa.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
rpa.h