esp-idf/components/bt
lly 92d0d7ad49 ble_mesh: Fix next_period computation
If the duration to publish is roughly the same as the period, we might
end up with elapsed == period, which returns 0 and cancel the periodic
publication. Instead 1 should be returned, just like when the elapsed
time is greater than the period.
2020-01-13 10:40:20 +08:00
..
common Bugfix/btdm fix doc and host bug backport v4.0 2019-12-18 14:19:27 +08:00
controller component/bt: allow adv stop again when adv is already stoped and fix crash when tx prog sometimes 2019-11-27 20:15:08 +08:00
esp_ble_mesh ble_mesh: Fix next_period computation 2020-01-13 10:40:20 +08:00
host components/bt: Revert changes of security mask 2019-12-29 06:29:23 +00:00
include bluetooth: Remove bt.h header (deprecated in v3.1-dev) 2019-09-19 18:45:36 +10:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt ble_mesh: miscellaneous modifications 2019-11-14 11:59:21 +08:00
component.mk ble_mesh: miscellaneous modifications 2019-11-14 11:59:21 +08:00
Kconfig Changes in menuconfig options to not compile any host when using hci 2019-12-06 12:09:16 +08:00
sdkconfig.rename ble_mesh: miscellaneous modifications 2019-11-14 11:59:21 +08:00