CONFIG_BT_REMOTE_VERSION

Remote version fetching

Enable fetching of remote version

Type: bool

Help

Enable this to get access to the remote version through
the remote_version_available callback. The host will automatically ask
the remote device after the connection has been established.

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_RPC_STACK) || (BT_CONN && BT_HCI && BT)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <nRF>/subsys/bluetooth/rpc/Kconfig:170

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:10<nRF>/subsys/bluetooth/Kconfig:38

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → BLE over nRF RPC

config BT_REMOTE_VERSION
    bool "Remote version fetching"
    default y if BT_HCI_RAW
    depends on BT_CONN && BT_RPC_STACK
    help
      Enable this to get access to the remote version through
      the remote_version_available callback. The host will automatically ask
      the remote device after the connection has been established.

At <Zephyr>/subsys/bluetooth/Kconfig:156

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/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.)