:orphan: .. title:: BT_HCI_RAW_CMD_EXT .. option:: CONFIG_BT_HCI_RAW_CMD_EXT *RAW HCI Command Extension* Type: ``bool`` Help ==== This option enables HCI RAW command extension so the driver can register it own command table extension. Direct dependencies =================== \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`USB_DEVICE_BLUETOOTH_VS_H4 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/Kconfig:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_HCI_RAW_CMD_EXT bool "RAW HCI Command Extension" depends on \ :option:`BT_HCI ` && \ :option:`BT ` help This option enables HCI RAW command extension so the driver can register it own command table extension. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*