:orphan: .. title:: CONFIG_BT_MAYFLY_YIELD_AFTER_CALL .. kconfig:: CONFIG_BT_MAYFLY_YIELD_AFTER_CALL CONFIG_BT_MAYFLY_YIELD_AFTER_CALL ################################# *Yield from mayfly thread after first call* Type: ``bool`` Help ==== .. code-block:: none Only process one mayfly callback per invocation (legacy behavior). If set to 'n', all pending mayflies for callee are executed before yielding Direct dependencies =================== \ :kconfig:`BT_LL_SW_SPLIT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/controller/Kconfig.ll_sw_split:569`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` → ``/bluetooth/controller/Kconfig:659`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features .. code-block:: kconfig config BT_MAYFLY_YIELD_AFTER_CALL bool "Yield from mayfly thread after first call" if BT_CTLR_ADVANCED_FEATURES default y depends on BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT help Only process one mayfly callback per invocation (legacy behavior). If set to 'n', all pending mayflies for callee are executed before yielding *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*