Skip to content

Commit 5c290d8

Browse files
asm5878kartben
authored andcommitted
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 <[email protected]>
1 parent bc3748c commit 5c290d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/hci/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ config BT_STM32WBA
9797
depends on DT_HAS_ST_HCI_STM32WBA_ENABLED
9898
depends on ZEPHYR_HAL_STM32_MODULE_BLOBS
9999
select HAS_STM32LIB
100-
select BT_HCI_SET_PUBLIC_ADDR
100+
select BT_HCI_SET_PUBLIC_ADDR if !BT_HCI_RAW
101101
help
102102
ST STM32WBA HCI Bluetooth interface
103103

0 commit comments

Comments
 (0)