zephyr/subsys/bluetooth/services/ias
Emil Gydesen 8b9815aff6 Bluetooth: IAS: Fix alert level loop
The loop was supposed to set the alert level to the highest
value by any device. The loop, however, only made sense if
CONFIG_BT_MAX_CONN > 1.

It has been modified to start from [0] instead of [1] and
the initial condition was modified.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-06-21 09:34:49 +02:00
..
CMakeLists.txt
Kconfig.ias
ias.c Bluetooth: IAS: Fix alert level loop 2023-06-21 09:34:49 +02:00
ias_client.c Bluetooth: IAS: Fix coverity issue with IAS client lvl check 2023-06-05 07:05:59 -04:00