zephyr/subsys/bluetooth/services
Emil Gydesen 9c13b85665 Bluetooth: OTS: Fix offset maximum range check
If offset is only 32-bit, then it can never be > UINT32_MAX,
so added another conditional that only if the type (off_t) is
larger than 32-bit, we perform the maximum value check.

off_t is not a standard type and thus the size of it is poorly
defined, and are just defined as a signed integer type.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2023-06-05 07:06:19 -04:00
..
ias Bluetooth: IAS: Fix coverity issue with IAS client lvl check 2023-06-05 07:05:59 -04: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
dis.c
hrs.c init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
Kconfig
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