zephyr/subsys/bluetooth/host/mesh
Johan Hedberg cb8470f3a0 Bluetooth: Mesh: Kconfig: Use a saner default ReceiveDelay
A value of 20ms means it's possible the LPN will end up doing
simultaneous advertising & scanning, which increases the risk of lost
packets. Use a default of 100ms to keep these separate.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-11-10 22:17:43 +03:00
..
access.c Bluetooth: Mesh: Fix network credential selection 2017-11-10 22:17:43 +03:00
access.h Bluetooth: Mesh: Add initial implementation 2017-07-20 09:30:44 +03:00
adv.c Bluetooth: Mesh: Use more accurate timing for LPN functions 2017-11-10 22:17:43 +03:00
adv.h Bluetooth: Mesh: Use more accurate timing for LPN functions 2017-11-10 22:17:43 +03:00
beacon.c Bluetooth: Mesh: Use more accurate timing for LPN functions 2017-11-10 22:17:43 +03:00
beacon.h Bluetooth: Mesh: Add initial implementation 2017-07-20 09:30:44 +03:00
cfg.c Bluetooth: Mesh: Implement handling of Friend Clear messages 2017-11-10 22:17:43 +03:00
CMakeLists.txt Introduce cmake-based rewrite of KBuild 2017-11-08 20:00:22 -05:00
crypto.c Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
crypto.h Bluetooth: Mesh: Fix pointer signedness compiler warnings 2017-08-07 19:17:40 +03:00
foundation.h Bluetooth: Mesh: Fix Health Period Set OpCode 2017-09-29 13:21:40 +03:00
friend.c Bluetooth: Mesh: Implement handling of Friend Clear messages 2017-11-10 22:17:43 +03:00
friend.h Bluetooth: Mesh: Implement handling of Friend Clear messages 2017-11-10 22:17:43 +03:00
health.c Bluetooth: Mesh: Don't send health status messages if a test fails 2017-09-29 13:21:40 +03:00
Kconfig Bluetooth: Mesh: Kconfig: Use a saner default ReceiveDelay 2017-11-10 22:17:43 +03:00
lpn.c Bluetooth: Mesh: Fix network credential selection 2017-11-10 22:17:43 +03:00
lpn.h Bluetooth: Mesh: Improve Low Power establishment procedure 2017-11-10 22:17:43 +03:00
main.c Bluetooth: Mesh: Improve debug logs for provisioning 2017-11-07 18:59:06 +03:00
mesh.h Bluetooth: Mesh: Drop invalid destination addresses 2017-09-27 13:20:28 +03:00
net.c Bluetooth: Mesh: Fix network credential selection 2017-11-10 22:17:43 +03:00
net.h Bluetooth: Mesh: Implement handling of Friend Clear messages 2017-11-10 22:17:43 +03:00
prov.c Bluetooth: Mesh: Use more accurate timing for LPN functions 2017-11-10 22:17:43 +03:00
prov.h Bluetooth: Mesh: Fail init on keys generation error 2017-11-02 15:52:07 +02:00
proxy.c Bluetooth: Mesh: Fix typo when iterating GATT clients 2017-11-10 15:13:01 +02:00
proxy.h Bluetooth: Mesh: Add initial implementation 2017-07-20 09:30:44 +03:00
test.c Bluetooth: Mesh: Add initial implementation 2017-07-20 09:30:44 +03:00
test.h Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_* 2017-08-09 11:14:19 +03:00
TODO Bluetooth: Mesh: Add complete Friend support 2017-11-07 18:59:06 +03:00
transport.c Bluetooth: Mesh: Implement the Friend Clear procedure 2017-11-10 22:17:43 +03:00
transport.h Bluetooth: Mesh: Fix transport layer heartbeat subscription matching 2017-11-07 18:59:06 +03:00