zephyr/include/bluetooth/mesh
Johan Hedberg ed5fb3ff37 Bluetooth: Mesh: Fix (re)transmit interval handling
The adv_send() function was incorrectly decoding the 5-bit value (it
was using it directly as milliseconds), which effectively lead to the
code always picking the controller's minimum supported interval.

Fix this issue, but do it by simplifying the (re)transmission state
tracking so that the state is always stored in the original "packed"
8-bit value, where 5 bits are reserved for the interval, and 3 for the
count.

Fixes #7972

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2018-06-05 19:15:14 +02:00
..
access.h Bluetooth: Mesh: Fix (re)transmit interval handling 2018-06-05 19:15:14 +02:00
cfg_cli.h
cfg_srv.h
health_cli.h
health_srv.h
main.h
proxy.h