1VHCI TRANSPORT
2==============
3
4The VHCI transport allows attaching a virtual controller to the Bluetooth stack on operating systems that offer a VHCI driver (Linux, if enabled, maybe others).
5
6!!! note
7    This type of transport can only be used for virtual controllers, not virtual hosts
8
9## Moniker
10The moniker for a VHCI transport is either just `vhci` (to use the default VHCI device path at `/dev/vhci`), or `vhci:<path>` where `<path>` is the path of a VHCI device.
11
12!!! example
13    `vhci`
14    Attaches a virtual controller transport to `/dev/vhci`
15