zephyr/subsys/bluetooth
Johan Hedberg 637582dfae Bluetooth: Mesh: Fix provisioning buffer initialization
When PB-GATT support has been enabled the provisioning code "borrows"
the buffer from the proxy code. However, the way that initialization
was happening the proxy buffers were initialized only after
provisioning initialization, resulting in a corrupted buffer with
buf->data pointing to NULL. Reorder the initialization calls so that
proxy is done first and provisioning only after it.

Fixes #22207

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2020-01-29 18:59:40 +02:00
..
common Bluetooth: HCI: Fix allow Zephyr VS HCI commands in host-only build 2020-01-17 13:55:56 +02:00
controller Bluetooth: controller: Clean up nrf cmake include 2020-01-29 15:27:24 +01:00
host Bluetooth: L2CAP: Reset channel status before destroy callback 2020-01-28 17:55:38 +02:00
mesh Bluetooth: Mesh: Fix provisioning buffer initialization 2020-01-29 18:59:40 +02:00
services kconfig: Remove some redundant single-item menus and ifs 2019-12-21 10:26:54 -05:00
shell Bluetooth: shell: kconfig: Do not select FLASH_SHELL from BT_SHELL 2020-01-23 17:54:08 +02:00
CMakeLists.txt cmake: don't link interface libraries with zephyr_interface 2019-09-26 05:50:46 -07:00
Kconfig Bluetooth: hci_raw: Add support for specifying buffer headroom 2019-11-20 19:29:06 +01:00