Skip to content

Commit a633bdb

Browse files
ludvigsjnordicjm
authored andcommitted
Bluetooth: Mesh: Rename NLC samples
This renames the Mesh samples that implement NLC profiles, to clearly show which samples are NLC implementations or not. Signed-off-by: Ludvig Jordet <[email protected]>
1 parent 33d31ed commit a633bdb

File tree

5 files changed

+35
-17
lines changed

5 files changed

+35
-17
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -390,19 +390,37 @@ Bluetooth Mesh samples
390390
* Updated:
391391

392392
* To demonstrate the Bluetooth :ref:`ug_bt_mesh_nlc` HVAC Integration profile.
393-
* The following Mesh samples to use individual NLC profile configurations instead of the deprecated options:
394393

395-
* :ref:`bluetooth_mesh_light_dim`
396-
* :ref:`bluetooth_mesh_light_lc`
397-
* :ref:`bluetooth_mesh_sensor_server`
398-
* :ref:`bluetooth_mesh_sensor_client`
394+
* To use individual NLC profile configurations instead of the deprecated options.
395+
* The sample name to indicate NLC support.
399396

400397
* Button functions.
401398
Assignments are shifted down one index to accommodate the new polling toggle.
402399
The descriptor action has been removed from button actions but is still available through mesh shell commands.
403400

404401
* Removed support for the ``nrf52dk/nrf52832``, since it does not have enough RAM space after NLC support was added.
405402

403+
* :ref:`bluetooth_mesh_sensor_server`:
404+
405+
* Updated:
406+
407+
* To use individual NLC profile configurations instead of the deprecated options.
408+
* The sample name to indicate NLC support.
409+
410+
* :ref:`bluetooth_mesh_light_dim`:
411+
412+
* Updated:
413+
414+
* To use individual NLC profile configurations instead of the deprecated options.
415+
* The sample name to indicate NLC support.
416+
417+
* :ref:`bluetooth_mesh_light_lc`:
418+
419+
* Updated:
420+
421+
* To use individual NLC profile configurations instead of the deprecated options.
422+
* The sample name to indicate NLC support.
423+
406424
Bluetooth Fast Pair samples
407425
---------------------------
408426

samples/bluetooth/mesh/light_ctrl/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _bluetooth_mesh_light_lc:
22

3-
Bluetooth Mesh: Light fixture
4-
#############################
3+
Bluetooth Mesh NLC: Lightness Controller/Energy Monitor
4+
#######################################################
55

66
.. contents::
77
:local:
88
:depth: 2
99

10-
The Bluetooth® Mesh light fixture sample demonstrates how to set up a light control mesh server model application, and control a dimmable LED with Bluetooth Mesh using the :ref:`bt_mesh_onoff_readme`.
10+
The Bluetooth® Mesh NLC Lightness Controller/Energy Monitor sample demonstrates how to set up a light control mesh server model application, and control a dimmable LED with Bluetooth Mesh using the :ref:`bt_mesh_onoff_readme`.
1111

1212
This sample demonstrates how to implement the following :ref:`ug_bt_mesh_nlc`:
1313

samples/bluetooth/mesh/light_dimmer/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _bluetooth_mesh_light_dim:
22

3-
Bluetooth Mesh: Light dimmer and scene selector
4-
###############################################
3+
Bluetooth Mesh NLC: Dimming Control/Scene Selector
4+
##################################################
55

66
.. contents::
77
:local:
88
:depth: 2
99

10-
The Bluetooth® Mesh light dimmer and scene selector sample demonstrates how to set up a light dimmer and scene selector application, and control dimmable LEDs with Bluetooth Mesh using the :ref:`bt_mesh_lvl_readme`, the :ref:`bt_mesh_onoff_readme`, and the :ref:`bt_mesh_scene_readme`.
10+
The Bluetooth® Mesh NLC Dimming Control/Scene Selector sample demonstrates how to set up a light dimmer and scene selector application, and control dimmable LEDs with Bluetooth Mesh using the :ref:`bt_mesh_lvl_readme`, the :ref:`bt_mesh_onoff_readme`, and the :ref:`bt_mesh_scene_readme`.
1111
The sample provides the following functionality:
1212

1313
* On/off and dim up/down using one button

samples/bluetooth/mesh/sensor_client/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _bluetooth_mesh_sensor_client:
22

3-
Bluetooth Mesh: Sensor observer
4-
###############################
3+
Bluetooth Mesh NLC: HVAC Integration (Sensor observer)
4+
######################################################
55

66
.. contents::
77
:local:
88
:depth: 2
99

10-
The Bluetooth® Mesh sensor observer sample demonstrates how to set up a basic Bluetooth Mesh :ref:`bt_mesh_sensor_cli_readme` model application that gets sensor data from one :ref:`bt_mesh_sensor_srv_readme` model.
10+
The Bluetooth® Mesh NLC HVAC Integration sample demonstrates how to set up a basic Bluetooth Mesh :ref:`bt_mesh_sensor_cli_readme` model application that gets sensor data from one :ref:`bt_mesh_sensor_srv_readme` model.
1111
Eight different sensor types are used to showcase different ways for the server to publish data.
1212
In addition, the samples demonstrate usage of both :ref:`single-channel sensor types and sensor series types <bt_mesh_sensor_types_channels>`, as well as how to add and write to a sensor setting.
1313

samples/bluetooth/mesh/sensor_server/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _bluetooth_mesh_sensor_server:
22

3-
Bluetooth Mesh: Sensor
4-
######################
3+
Bluetooth Mesh NLC: Ambient Light Sensor/Occupancy Sensor
4+
#########################################################
55

66
.. contents::
77
:local:
88
:depth: 2
99

10-
The Bluetooth® Mesh sensor sample demonstrates how to set up a basic mesh Sensor Server model application that provides sensor data to one :ref:`bt_mesh_sensor_cli_readme` model.
10+
The Bluetooth® Mesh NLC Ambient Light Sensor/Occupancy Sensor sample demonstrates how to set up a basic mesh Sensor Server model application that provides sensor data to one :ref:`bt_mesh_sensor_cli_readme` model.
1111
Eight different sensor types are used to showcase different ways for the server to publish data.
1212
In addition, the samples demonstrate usage of both :ref:`single-channel sensor types and sensor series types <bt_mesh_sensor_types_channels>`, as well as how to add and write to a sensor setting.
1313

0 commit comments

Comments
 (0)