:orphan: .. title:: CONFIG_BT_REMOTE_VERSION .. kconfig:: CONFIG_BT_REMOTE_VERSION CONFIG_BT_REMOTE_VERSION ######################## *Enable fetching of remote version* Type: ``bool`` Help ==== .. code-block:: none Enable this to get access to the remote version in the Controller and in the Host through bt_conn_get_remote_info(). The fields in question can then be found in the bt_conn_remote_info struct. Direct dependencies =================== \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BT_HCI_RAW ` Kconfig definition ================== At ``/bluetooth/Kconfig:156`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_REMOTE_VERSION bool "Enable fetching of remote version" default y if BT_HCI_RAW depends on BT_CONN && BT_HCI && BT help Enable this to get access to the remote version in the Controller and in the Host through bt_conn_get_remote_info(). The fields in question can then be found in the bt_conn_remote_info struct. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*