The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT_USERCHAN

HCI User Channel based driver

Type: bool

Help

This driver provides access to the local Linux host's Bluetooth
adapter using a User Channel HCI socket to the Linux kernel. It
is only intended to be used with the native POSIX build of Zephyr.
The Bluetooth adapter must be powered off in order for Zephyr to
be able to use it.

Direct dependencies

BOARD_NATIVE_POSIX && <choice BT_HCI_BUS_TYPE: Bluetooth HCI driver>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/bluetooth/hci/Kconfig:56

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:8drivers/bluetooth/Kconfig:20

Menu path: (Top) → Device Drivers → Bluetooth Drivers → Bluetooth HCI driver

config BT_USERCHAN
    bool "HCI User Channel based driver"
    depends on BOARD_NATIVE_POSIX && <choice BT_HCI_BUS_TYPE>
    help
      This driver provides access to the local Linux host's Bluetooth
      adapter using a User Channel HCI socket to the Linux kernel. It
      is only intended to be used with the native POSIX build of Zephyr.
      The Bluetooth adapter must be powered off in order for Zephyr to
      be able to use it.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)