zephyr/samples/bluetooth/peripheral/src
Luiz Augusto von Dentz 330cbfa074 Bluetooth: peripheral: Fix check of BT_GATT_WRITE_FLAG_CMD
Check should be done with & instead of | otherwise it will always be
evaluated as 1/true regardless of the flags.

Fixes #12308

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2019-01-04 21:13:06 +01:00
..
main.c Bluetooth: peripheral: Fix check of BT_GATT_WRITE_FLAG_CMD 2019-01-04 21:13:06 +01:00