:orphan: .. title:: BT_CTLR_SUBVERSION_NUMBER .. option:: CONFIG_BT_CTLR_SUBVERSION_NUMBER *Subversion Number* Type: ``hex`` Help ==== Set the Subversion Number that will be used in VERSION_IND PDU. Direct dependencies =================== \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xFFFF Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/controller/Kconfig.ll_sw_split:103`` 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 .. parsed-literal:: config BT_CTLR_SUBVERSION_NUMBER hex "Subversion Number" range 0x0000 0xFFFF default 0xFFFF depends on \ :option:`BT_LL_SW_SPLIT ` && \ :option:`BT_CTLR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Set the Subversion Number that will be used in VERSION_IND PDU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*