zephyr/samples/bluetooth
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
..
beacon cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
central cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
central_hr cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
eddystone include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
gatt samples: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
handsfree cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
hci_spi samples: bluetooth: Fix hci_spi sample 2019-02-01 19:12:57 -05:00
hci_uart include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
hci_usb cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
ibeacon cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
ipsp net/context: Make recv_cb providing the ip and protocol headers 2019-02-01 14:34:38 +02:00
mesh cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
mesh_demo include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
peripheral Bluetooth: peripheral: Fix check of BT_GATT_WRITE_FLAG_CMD 2019-01-04 21:13:06 +01:00
peripheral_csc cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
peripheral_dis cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
peripheral_esp cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
peripheral_hids cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
peripheral_hr samples: bluetooth: peripheral_hr: Rework FRDM-KW41Z shield support 2019-01-19 07:16:40 -05:00
peripheral_sc_only cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
scan_adv cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
bluetooth.rst samples/bluetooth: Add note about Long term key clearance 2019-02-13 19:51:39 +02:00