Files
bumble_fork/docs/mkdocs/src/transports/vhci.md
Gilles Boccon-Gibod c2959dadb4 formatting and linting automation
Squashed commits:
[cd479ba] formatting and linting automation
[7fbfabb] formatting and linting automation
[c4f9505] fix after rebase
[f506ad4] rename job
[441d517] update doc (+7 squashed commits)
[2e1b416] fix invoke and github action
[6ae5bb4] doc for git blame
[44b5461] add GitHub action
[b07474f] add docs
[4cd9a6f] more linter fixes
[db71901] wip
[540dc88] wip
2022-12-15 23:07:17 -08:00

555 B

VHCI TRANSPORT

The VHCI transport allows attaching a virtual controller to the Bluetooth stack on operating systems that offer a VHCI driver (Linux, if enabled, maybe others).

!!! note This type of transport can only be used for virtual controllers, not virtual hosts

Moniker

The 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.

!!! example vhci Attaches a virtual controller transport to /dev/vhci