CONFIG_BT_REMOTE_VERSION

Enable fetching of remote version

Type: bool

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.

Direct dependencies

BT_CONN && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Subsystem>/bluetooth/Kconfig:156

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Bluetooth

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.)