commit | ab08f34fd939a06daa5712e2a03e4b7d3b8da358 | [log] [tgz] |
---|---|---|
author | Lingao Meng <menglingao@xiaomi.com> | Tue Nov 14 12:00:30 2023 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Nov 16 16:52:14 2023 +0100 |
tree | 3ca39becd0dd560c63c928a51ffc22cd744013fd | |
parent | df7114456e17c8ff208f8f315286cea586d1a3c7 [diff] |
Bluetooth: Mesh: Make bt_mesh_model as rodata Since model struct most of member should not change at run time, so mark as const will be suitable and safely. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>