zephyr/subsys/bluetooth/mesh/shell
Raúl Gotor 39c0c4f43c Bluetooth: Mesh: Shell: fixes publication period calculation
The publication period is defined by Steps and Resolution.
At BLE Mesh protocol level, the period is encoded in a byte
where first LSB 6 bits correspond to PerSteps and the last
two to PerRes. There is an issue on how the code at
`subsys/bluetooth/mesh/shell/cfg.c:model_pub_set` is encoding
these two values into the publication period byte.
This is commit fixes issue #87780

Signed-off-by: Raúl Gotor <raulgotor@gmail.com>
2025-03-31 19:48:10 -04:00
..
blob.c bluetooth: mesh: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
blob.h
brg_cfg.c
cfg.c Bluetooth: Mesh: Shell: fixes publication period calculation 2025-03-31 19:48:10 -04:00
CMakeLists.txt
dfd.c
dfu.c bluetooth: mesh: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
dfu.h
hci.c
hci.h
health.c
Kconfig bluetooth: mesh: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
large_comp_data.c bluetooth: mesh: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
od_priv_proxy.c
op_agg.c
priv_beacon.c
rpr.c bluetooth: mesh: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
sar.c
shell.c bluetooth: mesh: shell: eliminate ctx_shell usage 2025-01-14 10:56:16 +01:00
sol_pdu_rpl.c
utils.c
utils.h