:orphan: .. title:: CONFIG_BT_RECV_IS_RX_THREAD .. kconfig:: CONFIG_BT_RECV_IS_RX_THREAD CONFIG_BT_RECV_IS_RX_THREAD ########################### *bt\_recv is called from RX thread* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_H4 ` - \ :kconfig:`BT_LL_SW_SPLIT ` Kconfig definition ================== At ``/bluetooth/host/Kconfig:73`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_RECV_IS_RX_THREAD bool "bt_recv is called from RX thread" if BT_NO_DRIVER depends on BT_HCI && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*