Skip to content

Commit 62c8e85

Browse files
ericmechincfriedt
authored andcommitted
Devicetree bindings: st,stm32wb-ble-rf.yaml: fix BD Address error
HCI RESET done in common_init() function in the zephyr\subsys\bluetooth\host\hci_core.c file erase settings done before in the zephyr\drivers\bluetooth\hci\ipm_stm32wb.c in the bt_ipm_setup() function. HCI RESET can be avoided by set a default "no-reset" in the zephyr\dts\bindings\bluetooth\st,stm32wb-ble-rf.yaml Signed-off-by: Eric Mechin <[email protected]>
1 parent b623663 commit 62c8e85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dts/bindings/bluetooth/st,stm32wb-ble-rf.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ properties:
1515
default: "BT IPM"
1616
bt-hci-bus:
1717
default: "ipm"
18+
bt-hci-quirks:
19+
default: ["no-reset"]

0 commit comments

Comments
 (0)