From 5c290d8d552fe295c45335daa397566a63c6b899 Mon Sep 17 00:00:00 2001 From: Alessandro Manganaro Date: Thu, 5 Dec 2024 11:41:43 +0100 Subject: [PATCH] drivers: bluetooth: hci: STM32WBA: Fix pub address assignment BLE public address assignment shall be done only when CONFIG_BT_HCI_RAW is not enabled. Signed-off-by: Alessandro Manganaro --- drivers/bluetooth/hci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bluetooth/hci/Kconfig b/drivers/bluetooth/hci/Kconfig index 3bfb8a72a46..52d25998470 100644 --- a/drivers/bluetooth/hci/Kconfig +++ b/drivers/bluetooth/hci/Kconfig @@ -97,7 +97,7 @@ config BT_STM32WBA depends on DT_HAS_ST_HCI_STM32WBA_ENABLED depends on ZEPHYR_HAL_STM32_MODULE_BLOBS select HAS_STM32LIB - select BT_HCI_SET_PUBLIC_ADDR + select BT_HCI_SET_PUBLIC_ADDR if !BT_HCI_RAW help ST STM32WBA HCI Bluetooth interface