samples: bluetooth: hci_pwr_ctrl: Add devicetree overlays for qemu

This sample requires Zephyr HCI vendor extension support by the used
Bluetooth controller. In the case of qemu this needs to be explicitly
indicated by enabling the corresponding devicetree property.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
Johan Hedberg 2024-11-24 20:52:15 +02:00 committed by Benjamin Cabé
commit 534b54b6da
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
&bt_hci_uart {
bt-hci-vs-ext;
};

View file

@ -0,0 +1,3 @@
&bt_hci_uart {
bt-hci-vs-ext;
};