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:
parent
b9583ddcdc
commit
d3c0692e04
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue