Skip to content

Commit 3114726

Browse files
jsiverskogcarlescufi
authored andcommitted
bluetooth: fix callback name
there has never been a remote_version_available callback. Signed-off-by: Jacob Siverskog <[email protected]>
1 parent d3c0692 commit 3114726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ config BT_REMOTE_INFO
248248
Enable application access to the remote information available in the
249249
stack. The remote information is retrieved once a connection has been
250250
established and the application will be notified when this information
251-
is available through the remote_version_available connection callback.
251+
is available through the remote_info_available connection callback.
252252

253253
config BT_SMP
254254
bool "Security Manager Protocol support"

0 commit comments

Comments
 (0)