Skip to content

Commit

Permalink
Bluetooth:Mesh: allocate mesh max required buffer number
Browse files Browse the repository at this point in the history
Since sending of public key was moved into system
work (zephyrproject-rtos#62331)
it uses the same context as a Host Tx buffer
allocator for gatt sending. Host cannot wait for
free buffer anymore. Mesh requires 4 buffers
to send max size frame(public key) during
provisioning.

Signed-off-by: Aleksandr Khromykh <[email protected]>
  • Loading branch information
alxelax committed Nov 22, 2023
1 parent 716de6f commit 0c8ca57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ config BT_BUF_ACL_TX_SIZE
config BT_BUF_ACL_TX_COUNT
int "Number of outgoing ACL data buffers"
default 7 if BT_HCI_RAW
default 4 if BT_MESH_GATT
default 3
range 1 255
help
Expand Down

0 comments on commit 0c8ca57

Please sign in to comment.