:orphan: .. title:: BT_MAYFLY_YIELD_AFTER_CALL .. option:: CONFIG_BT_MAYFLY_YIELD_AFTER_CALL *Yield from mayfly thread after first call* Type: ``bool`` Help ==== Only process one mayfly callback per invocation (legacy behavior). If set to 'n', all pending mayflies for callee are executed before yielding Direct dependencies =================== \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig.ll_sw_split:506`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:240`` → ``subsys/bluetooth/controller/Kconfig:594`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → Advanced features .. parsed-literal:: config BT_MAYFLY_YIELD_AFTER_CALL bool "Yield from mayfly thread after first call" if \ :option:`BT_CTLR_ADVANCED_FEATURES ` default y depends on \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`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.)*