CONFIG_BT_CTLR_TO_HOST_SPI_IRQ_PIN

SPI IRQ line number to an external Bluetooth Host

Type: int

Help

This option specifies the IRQ line number to be used to notify an external Bluetooth Host when Zephyr is acting as a Bluetooth Controller.

Direct dependencies

SPI && BT_HCI_RAW && BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/Kconfig:145

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8

Menu path: (top menu) → Bluetooth

config BT_CTLR_TO_HOST_SPI_IRQ_PIN
    int
    prompt "SPI IRQ line number to an external Bluetooth Host" if SPI && BT_HCI_RAW && BT_HCI && BT
    default 0 if SPI && BT_HCI_RAW && BT_HCI && BT
    depends on SPI && BT_HCI_RAW && BT_HCI && BT
    help
      This option specifies the IRQ line number to be used to notify
      an external Bluetooth Host when Zephyr is acting as a Bluetooth
      Controller.

(Definitions include propagated dependencies, including from if’s and menus.)