zephyr/subsys/bluetooth/services
Sean Kyer 905aed99fa Bluetooth: Fixed null byte check in DIS UDI
Due to sizeof('\0') evaluating to 4 bytes instead of 1:
- Each UDI field had 4 instead of 1 'zero byte' appended
  (as specified by BLE spec).
- Any field of length 4 was being skipped entirely.

Signed-off-by: Sean Kyer <Sean.Kyer@analog.com>
2025-03-31 19:50:12 -04:00
..
bas bluetooth: BAS: add battery critical status char to bas service 2024-10-22 14:06:35 +02:00
ias bluetooth: mesh: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
nus
ots Bluetooth: Rename BLE to Bluetooth (LE) where applicable 2025-02-12 12:24:18 +01:00
CMakeLists.txt
cts.c Bluetooth: CTS: Incorrect assert in bt_cts_init() 2025-01-29 12:51:30 +01:00
dis.c Bluetooth: Fixed null byte check in DIS UDI 2025-03-31 19:50:12 -04:00
hrs.c
Kconfig
Kconfig.cts
Kconfig.dis bluetooth: dis: add Kconfig for disabling optional characteristics 2025-02-13 16:46:12 +01:00
Kconfig.hrs
Kconfig.tps
tps.c