zephyr/subsys/mgmt/mcumgr/transport
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
..
include/mgmt/mcumgr/transport
src Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
CMakeLists.txt
Kconfig mgmt: mcumgr: transport: Fix UDP user data buffer overflow 2023-10-30 14:58:49 -05:00
Kconfig.bluetooth
Kconfig.dummy
Kconfig.shell
Kconfig.uart
Kconfig.udp