zephyr/subsys/mgmt/mcumgr
Lingao Meng 786b9a0ad4 Bluetooth: Host: Add const prefix for UUID
Add const prefix for service uuid and char uuid.

Since Service UUID and Char UUID should not change in the service
definition, they are most reasonably defined as rodata, also for
save some ram footprint.

The field `attr->user_data` type is `void *`, as this PR change
all Service UUID to rodata, so there must add (void *) to avoid warning.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2023-12-07 16:16:43 +00:00
..
grp mgmt: mcumgr: grp: os_mgmt: Add datetime get/set functions 2023-11-13 09:48:13 +01:00
mgmt mgmt/MCUmgr/mgmt: Support for finding registered command groups 2023-09-30 18:48:06 +02:00
smp
smp_client
transport Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
util
CMakeLists.txt
Kconfig mgmt: mcumgr: Do not imply CRC 2023-10-23 12:15:41 +02:00