zephyr/include
Théo Battrel 7884b929fe Bluetooth: Host: Specify parameter needs of bt_set_name
State that the name given to `bt_set_name` must be null terminated.

If not, the behavior of the function may be wrong as it's using `strlen`
to get the length of the given name and `strcmp` to compare it to the
current device name. Both of those functions expect null terminated string.

Signed-off-by: Théo Battrel <theo.battrel@nordicsemi.no>
2025-01-30 11:15:03 +01:00
..
zephyr Bluetooth: Host: Specify parameter needs of bt_set_name 2025-01-30 11:15:03 +01:00