1description: Bluetooth HCI using the IPC subsystem
2
3compatible: "zephyr,bt-hci-ipc"
4
5include: bt-hci.yaml
6
7properties:
8  bt-hci-name:
9    default: "IPC"
10  bt-hci-bus:
11    default: "ipc"
12  bt-hci-quirks:
13    default: ["no-auto-dle"]
14  bt-hci-ipc-name:
15    type: string
16    default: "nrf_bt_hci"
17    description: IPC endpoint name
18