1description: Bluetooth HCI for test purposes
2
3compatible: "zephyr,bt-hci-test"
4
5include: bt-hci.yaml
6
7properties:
8  bt-hci-name:
9    default: "test"
10  bt-hci-bus:
11    default: "BT_HCI_BUS_VIRTUAL"
12  bt-hci-quirks:
13    default: ["BT_HCI_QUIRK_NO_RESET"]
14