zephyr/subsys/bluetooth/services
Aleksandr Khromykh b53b5e198a bluetooth: rename _bt_gatt_ccc and clarify usage
Bluetooth had two public types with similar name _bt_gatt_ccc and
bt_gatt_ccc, but for absolutely different purposes.
That caused misunderstanding of relationship of them and cases
where to use which one.

Commit changes name of _bt_gatt_ccc to more suitable by usage and
improves documentation of it.

Additionally, it changes name of BT_GATT_CCC_INITIALIZER
to correspond the type name.

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
2025-04-17 17:24:19 +02: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 Bluetooth: Deprecate adv auto-resume 2024-10-08 16:57:01 +02:00
ots bluetooth: rename _bt_gatt_ccc and clarify usage 2025-04-17 17:24:19 +02:00
CMakeLists.txt bluetooth: services: added current time service 2024-08-29 11:38:28 +02:00
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 bluetooth: services: hrs: added control point write callback 2024-08-29 16:12:12 -04:00
Kconfig bluetooth: services: added current time service 2024-08-29 11:38:28 +02:00
Kconfig.cts bluetooth: services: added current time service 2024-08-29 11:38:28 +02:00
Kconfig.dis bluetooth: dis: add Kconfig for disabling optional characteristics 2025-02-13 16:46:12 +01:00
Kconfig.hrs
Kconfig.tps
tps.c