zephyr/subsys/bluetooth/services
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
..
ias Bluetooth: IAS: Fix alert level loop 2023-06-21 09:34:49 +02:00
ots Bluetooth: OTS: Fix offset maximum range check 2023-06-05 07:06:19 -04:00
bas.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
CMakeLists.txt Bluetooth: Immediate Alert Client 2022-09-09 10:05:46 +02:00
dis.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
hrs.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
Kconfig Bluetooth: Immediate Alert Client 2022-09-09 10:05:46 +02:00
Kconfig.bas Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
Kconfig.dis
Kconfig.hrs Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
Kconfig.tps Bluetooth: Logging: Move all logging symbols together 2023-03-28 10:33:24 +02:00
tps.c