Bluetooth - peripheral_dis - settings_runtime_set not working #22478
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
Hi, I would like to change DIS model name, manufacturer etc from code, I tried to change them in peripheral_dis main.c but there is no change when scanned.
To Reproduce
keep
CONFIG_BT_GATT_DIS_MODEL="Zephyr Model"
in prj.conf
change "Zephyr model" to "Zephyr model mod" in main.c on lines 52+53.
build and flash
Expected behavior
when you read DIS model characteristic, it still contains "Zephyr model", not "Zephyr model mod"
Impact
For me, if example is not working as expected, I don't know where to look for problem in my own code
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: