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:
parent
3533178713
commit
d175ac0572
12 changed files with 460 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue