:orphan: .. title:: CONFIG_BT_CTLR_FORCE_MD_COUNT .. kconfig:: CONFIG_BT_CTLR_FORCE_MD_COUNT CONFIG_BT_CTLR_FORCE_MD_COUNT ############################# *Forced MD bit count* Type: ``int`` Help ==== .. code-block:: none No. of times to force MD bit to be set in Tx PDU after a successful transmission of non-empty PDU. This will prolong the connection event to from being closed in cases where applications want to send data in same connection event but are slow in providing new Tx data. Direct dependencies =================== \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_LL_SW_SPLIT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 if \ :kconfig:`BT_CTLR_FORCE_MD_AUTO ` - 0 Kconfig definition ================== At ``/bluetooth/controller/Kconfig.ll_sw_split:482`` 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_CTLR_FORCE_MD_COUNT int "Forced MD bit count" if !BT_CTLR_FORCE_MD_AUTO && BT_CTLR_ADVANCED_FEATURES && BT_CONN && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT range 0 255 default 1 if BT_CTLR_FORCE_MD_AUTO default 0 depends on BT_CONN && BT_LL_SW_SPLIT && BT_CTLR && BT_HCI && BT help No. of times to force MD bit to be set in Tx PDU after a successful transmission of non-empty PDU. This will prolong the connection event to from being closed in cases where applications want to send data in same connection event but are slow in providing new Tx data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*