Bluetooth: Mesh: access tx msg randomizer

Commit adds implementation of the specification
recommendations regarding randomization of
responses on the access layer.
3.7.3.1 Transmitting an Access messages

Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
Aleksandr Khromykh 2023-11-20 16:43:25 +01:00 committed by Carles Cufí
commit d175ac0572
12 changed files with 460 additions and 0 deletions

View file

@ -32,3 +32,4 @@ CONFIG_BT_MESH_SUBNET_COUNT=1
CONFIG_BT_MESH_APP_KEY_COUNT=1
CONFIG_BT_MESH_MODEL_GROUP_COUNT=1
CONFIG_BT_MESH_LABEL_COUNT=0
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG=n

View file

@ -22,3 +22,4 @@ CONFIG_BT_MESH_BEACON_ENABLED=n
CONFIG_BT_MESH_LABEL_COUNT=1
CONFIG_BT_MESH_SETTINGS_WORKQ=n
CONFIG_BT_MESH_ACCESS_DELAYABLE_MSG=n