From 2bc2f84a022ecfdf10a20720cdb1b97112e4e845 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 15 Nov 2017 14:47:42 +0200 Subject: [PATCH] Bluetooth: Mesh: Fix documentation of bt_mesh_input_string() Signed-off-by: Johan Hedberg --- include/bluetooth/mesh/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bluetooth/mesh/main.h b/include/bluetooth/mesh/main.h index bc2faae5567..57306d040f8 100644 --- a/include/bluetooth/mesh/main.h +++ b/include/bluetooth/mesh/main.h @@ -143,7 +143,7 @@ struct bt_mesh_prov { * This is intended to be called after the bt_mesh_prov input callback * has been called with BT_MESH_ENTER_STRING as the action. * - * @param string String. + * @param str String. * * @return Zero on success or (negative) error code otherwise. */