zephyr/subsys/bluetooth/shell
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
..
bredr.c Bluetooth: Host: Amend existing L2CAP accept callbacks 2023-09-14 14:36:34 +02:00
bt.c Bluetooth: Shell: Workaround coverity uint comparation 2023-12-04 16:37:36 +00:00
bt.h Bluetooth: Shell: Add selected_per_adv_sync 2023-08-14 13:34:26 +00:00
CMakeLists.txt Bluetooth: Audio: Move audio shell to audio directory 2023-03-20 09:53:34 +01:00
gatt.c Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
hci.c
hci.h
ias_client.c
ias.c
iso.c Bluetooth: shell: make behaviour of iso cmd same as bt cmd 2023-10-27 10:53:25 +02:00
Kconfig
l2cap.c Bluetooth: Use CONFIG_BT_CONN_TX_USER_DATA_SIZE 2023-11-30 10:06:19 +01:00
ll.c
ll.h
rfcomm.c
ticker.c