zephyr/subsys/bluetooth/common
Aleksandr Khromykh 3d37549bac Bluetooth: Mesh: allocate mesh max required buffer number
Since sending of public key was moved into system
work (https://github.com/zephyrproject-rtos/zephyr/pull/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 <aleksandr.khromykh@nordicsemi.no>
2023-11-24 09:26:37 +01:00
..
addr.c Bluetooth: Define global Bluetooth address constants 2022-08-25 12:18:09 +02:00
assert.h Bluetooth: Move out BT_ASSERT of common/log.h 2022-10-25 10:48:17 +02:00
bt_str.c Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
bt_str.h Bluetooth: Remove unneeded macros 2022-11-02 13:28:57 +01:00
CMakeLists.txt Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
dummy.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig Bluetooth: Mesh: allocate mesh max required buffer number 2023-11-24 09:26:37 +01:00
Kconfig.template.log_config_bt Bluetooth: Update Bluetooth legacy logging Kconfig 2022-11-30 14:37:58 +01:00
rpa.c Bluetooth: Use Zephyr standard log system instead of bluetooth/common/log 2022-11-25 17:08:36 +01:00
rpa.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00