bluetooth: correct kconfig help

bt_conn_get_remote_info contains version fields.

Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
This commit is contained in:
Jacob Siverskog 2021-12-21 15:43:29 +01:00 committed by Carles Cufí
parent b9583ddcdc
commit d3c0692e04

View file

@ -159,8 +159,8 @@ config BT_REMOTE_VERSION
default y if BT_HCI_RAW
help
Enable this to get access to the remote version in the Controller and
in the Host through bt_conn_get_info(). The fields in question can
be then found in the bt_conn_info struct.
in the Host through bt_conn_get_remote_info(). The fields in question
can then be found in the bt_conn_remote_info struct.
config BT_PHY_UPDATE
bool "PHY Update"