zephyr/subsys/bluetooth
Omkar Kulkarni 12553800f1 Bluetooth: Mesh: Update defaults - proxy filter, msg cache
This updates the default proxy filter size to 16. Previous value of 3
is too less for the most practical uses and demos. The default proxy
filter type is accept list type and in this mode proxy server rejects
incoming messages from source addresses not in the accept list. The
addresses are added to the accept list when proxy client sends
messages to unicast addresses or manually adds certain addresses to
the accept list. Once this list is full more addresses cannot be added.

This also updates the default network message cache size to 32. The
network message cache helps in preventing duplicate messages getting
repeatedly relayed and helps in reducing unnecessary network traffic.
Previous value of 10 is quite less for most usecases and makes the
node appear to generate much more traffic in mixed network. The
updated value should suffice for most use cases.

Additional explannation is added in Kconfig to help users understand
the significance of this setting.

These two changes result in 176 bytes of additional RAM usage in mesh
samples.

Signed-off-by: Omkar Kulkarni <omkar.kulkarni@nordicsemi.no>
2022-04-20 16:36:42 +02:00
..
audio Bluetooth: Audio: Add void() cast to memcpy 2022-04-20 15:51:01 +02:00
common Bluetooth: Host: Add choice select whether BT RX 2022-04-11 10:58:09 +02:00
controller Bluetooth: Controller: hci: Wrong opcode when handling CTE req failed 2022-04-13 13:40:59 -07:00
host Bluetooth: Host: Send the "Out of Sync" error only once on each channel 2022-04-20 16:10:46 +02:00
mesh Bluetooth: Mesh: Update defaults - proxy filter, msg cache 2022-04-20 16:36:42 +02:00
services Bluetooth: Immediate Alert Service 2022-04-12 09:59:34 +02:00
shell Bluetooth: Audio: Media control - pass structs by reference 2022-04-20 15:51:01 +02:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig Bluetooth: Increase supported maximum simultaneous connection to 250 2022-04-04 10:24:34 +02:00
Kconfig.adv Bluetooth: Kconfig: Move BT_LIM_ADV_TIMEOUT to host config 2022-03-17 11:12:47 +01:00
Kconfig.iso everywhere: fix typos 2022-03-18 13:24:08 -04:00