mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 15:35:21 +00:00
Bluetooth Mesh require minimum limit time to enter iv update state or return to iv nornal state. For Zephyr bluetooth mesh implementation, use`ivu_duration` type `uint8_t` to represent current time, but if the time is more than 255 hours, there will be problems due to the overflow of 8-bit unassigned variables. Signed-off-by: Lingao Meng <menglingao@xiaomi.com> |
||
---|---|---|
.. | ||
bluetooth | ||
canbus | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
emul | ||
fb | ||
fs | ||
jwt | ||
logging | ||
lorawan | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
testsuite | ||
timing | ||
tracing | ||
usb | ||
CMakeLists.txt | ||
Kconfig |