Skip to content

Commit 41173b0

Browse files
alxelaxrlubos
authored andcommitted
bluetooth: mesh: fix usage of unknown KConfig options
Commit fixes usage of the unknown KConfig options in the mesh related files. Signed-off-by: Aleksandr Khromykh <[email protected]>
1 parent 467f5d1 commit 41173b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/nrf/libraries/bluetooth/mesh/vnd/dm_srv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The Distance Measurement Server has following runtime configuration options:
7474
* Default reflector start delay.
7575

7676
If the :kconfig:option:`CONFIG_BT_SETTINGS` option is enabled, the Distance Measurement Server stores its configuration states persistently using a configurable storage delay.
77-
See option :kconfig:option:`CONFIG_BT_MESH_MODEL_SRV_STORE_TIMEOUT`.
77+
See option :kconfig:option:`CONFIG_BT_MESH_STORE_TIMEOUT`.
7878

7979
API documentation
8080
=================

include/bluetooth/mesh/sensor_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424
*
2525
* @brief Force the given sensor type to be included in the build.
2626
*
27-
* If @em CONFIG_BT_MESH_SENSOR_FORCE_ALL is disabled, only referenced sensor
27+
* If @em CONFIG_BT_MESH_SENSOR_ALL_TYPES is disabled, only referenced sensor
2828
* types will be included in the build, and the node will be unable to
2929
* interpret the rest. Use this macro inside a function to force the type to be
3030
* included in the build:

samples/bluetooth/mesh/sensor_server/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The descriptor also specifies the temperature sensor's sampling type, which is :
128128

129129
The :ref:`dk_buttons_and_leds_readme` library is used to detect button presses.
130130

131-
The :ref:`Zephyr settings API <zephyr:settings_api>` is used to persistently store the following settings given that :kconfig:option:`CONFIG_BT_SETTING` is enabled:
131+
The :ref:`Zephyr settings API <zephyr:settings_api>` is used to persistently store the following settings given that :kconfig:option:`CONFIG_BT_SETTINGS` is enabled:
132132

133133
* The temperature range used in the :c:var:`bt_mesh_sensor_present_dev_op_temp` sensor
134134
* The presence motion threshold used in the :c:var:`bt_mesh_sensor_presence_detected` sensor

0 commit comments

Comments
 (0)