Skip to content

Commit

Permalink
doc: Rename libraries/bluetooth_services to libraries/bluetooth/
Browse files Browse the repository at this point in the history
Renamed libraries/bluetooth_services to libraries/bluetooth/ to make
the naming of the doc folder consistent with include/bluetooth

Signed-off-by: Uma Praseeda <[email protected]>
  • Loading branch information
umapraseeda authored and gmarull committed Nov 22, 2024
1 parent 1627ada commit 9055b6c
Show file tree
Hide file tree
Showing 115 changed files with 115 additions and 14 deletions.
12 changes: 6 additions & 6 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@
/doc/nrf/installation/ @nrfconnect/ncs-doc-leads @nrfconnect/ncs-vestavind-doc @nrfconnect/ncs-wayland-doc
/doc/nrf/libraries/bin/ @nrfconnect/ncs-doc-leads
/doc/nrf/libraries/bin/lwm2m_carrier/ @nrfconnect/ncs-carrier-doc
/doc/nrf/libraries/bluetooth_services/ @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-dragoon-doc
/doc/nrf/libraries/bluetooth_services/mesh/ @nrfconnect/ncs-paladin-doc
/doc/nrf/libraries/bluetooth_services/adv_prov.rst @nrfconnect/ncs-si-bluebagel-doc
/doc/nrf/libraries/bluetooth_services/mesh.rst @nrfconnect/ncs-paladin-doc
/doc/nrf/libraries/bluetooth_services/services/fast_pair.rst @nrfconnect/ncs-si-bluebagel-doc
/doc/nrf/libraries/bluetooth_services/services/wifi_prov.rst @nrfconnect/ncs-wifi-doc
/doc/nrf/libraries/bluetooth/ @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-dragoon-doc
/doc/nrf/libraries/bluetooth/mesh/ @nrfconnect/ncs-paladin-doc
/doc/nrf/libraries/bluetooth/adv_prov.rst @nrfconnect/ncs-si-bluebagel-doc
/doc/nrf/libraries/bluetooth/mesh.rst @nrfconnect/ncs-paladin-doc
/doc/nrf/libraries/bluetooth/services/fast_pair.rst @nrfconnect/ncs-si-bluebagel-doc
/doc/nrf/libraries/bluetooth/services/wifi_prov.rst @nrfconnect/ncs-wifi-doc
/doc/nrf/libraries/caf/ @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-si-bluebagel-doc
/doc/nrf/libraries/debug/cpu_load.rst @nrfconnect/ncs-doc-leads
/doc/nrf/libraries/debug/etb_trace.rst @nrfconnect/ncs-cia-doc
Expand Down
103 changes: 102 additions & 1 deletion doc/_utils/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
("ug_ble_controller", "protocols/bt/index"), # Bluetooth LE Controller
("protocols/ble/index", "protocols/bt/index"),
("protocols/bt/ble/index", "protocols/bt/bt_stack_arch"),
("protocols/bt/ble/radio_notification_conn_cb", "libraries/bluetooth_services/radio_notification_conn_cb"),
("protocols/bt/ble/radio_notification_conn_cb", "libraries/bluetooth/radio_notification_conn_cb"),
("ug_bt_mesh", "protocols/bt/bt_mesh/index"), # Bluetooth Mesh (landing)
("protocols/bt_mesh/index", "protocols/bt/bt_mesh/index"),
("ug_bt_mesh_supported_features", "protocols/bt/bt_mesh/overview/index"), # Supported Bluetooth Mesh features (file removed; part of the overview index page now)
Expand Down Expand Up @@ -430,6 +430,107 @@
("samples/wifi/sr_coex/README", "samples/wifi/ble_coex/README"), # Wi-Fi: Bluetooth LE coexistence
("samples/samples_zigbee", "samples/zigbee"), # Zigbee samples (landing)
("samples/samples_other", "samples/other"), # Other samples (landing)
("libraries/bluetooth_services/index", "libraries/bluetooth/index"), # Changed the folder name libraries/bluetooth_services to libraries/bluetooth to better match the include folder structure
("libraries/bluetooth_services/adv_prov", "libraries/bluetooth/adv_prov"),
("libraries/bluetooth_services/conn_ctx", "libraries/bluetooth/conn_ctx"),
("libraries/bluetooth_services/enocean", "libraries/bluetooth/enocean"),
("libraries/bluetooth_services/gatt_dm", "libraries/bluetooth/gatt_dm"),
("libraries/bluetooth_services/gatt_pool", "libraries/bluetooth/gatt_pool"),
("libraries/bluetooth_services/mesh", "libraries/bluetooth/mesh"),
("libraries/bluetooth_services/mesh/model_types", "libraries/bluetooth/mesh/model_types"),
("libraries/bluetooth_services/mesh/gen_onoff", "libraries/bluetooth/mesh/gen_onoff"),
("libraries/bluetooth_services/mesh/gen_onoff_srv", "libraries/bluetooth/mesh/gen_onoff_srv"),
("libraries/bluetooth_services/mesh/gen_onoff_cli", "libraries/bluetooth/mesh/gen_onoff_cli"),
("libraries/bluetooth_services/mesh/gen_lvl", "libraries/bluetooth/mesh/gen_lvl"),
("libraries/bluetooth_services/mesh/gen_lvl_srv", "libraries/bluetooth/mesh/gen_lvl_srv"),
("libraries/bluetooth_services/mesh/gen_lvl_cli", "libraries/bluetooth/mesh/gen_lvl_cli"),
("libraries/bluetooth_services/mesh/gen_dtt", "libraries/bluetooth/mesh/gen_dtt"),
("libraries/bluetooth_services/mesh/gen_dtt_srv", "libraries/bluetooth/mesh/gen_dtt_srv"),
("libraries/bluetooth_services/mesh/gen_dtt_cli", "libraries/bluetooth/mesh/gen_dtt_cli"),
("libraries/bluetooth_services/mesh/gen_ponoff", "libraries/bluetooth/mesh/gen_ponoff"),
("libraries/bluetooth_services/mesh/gen_ponoff_srv", "libraries/bluetooth/mesh/gen_ponoff_srv"),
("libraries/bluetooth_services/mesh/gen_ponoff_cli", "libraries/bluetooth/mesh/gen_ponoff_cli"),
("libraries/bluetooth_services/mesh/gen_plvl", "libraries/bluetooth/mesh/gen_plvl"),
("libraries/bluetooth_services/mesh/gen_plvl_srv", "libraries/bluetooth/mesh/gen_plvl_srv"),
("libraries/bluetooth_services/mesh/gen_plvl_cli", "libraries/bluetooth/mesh/gen_plvl_cli"),
("libraries/bluetooth_services/mesh/gen_battery", "libraries/bluetooth/mesh/gen_battery"),
("libraries/bluetooth_services/mesh/gen_battery_srv", "libraries/bluetooth/mesh/gen_battery_srv"),
("libraries/bluetooth_services/mesh/gen_battery_cli", "libraries/bluetooth/mesh/gen_battery_cli"),
("libraries/bluetooth_services/mesh/gen_loc", "libraries/bluetooth/mesh/gen_loc"),
("libraries/bluetooth_services/mesh/gen_loc_srv", "libraries/bluetooth/mesh/gen_loc_srv"),
("libraries/bluetooth_services/mesh/gen_loc_cli", "libraries/bluetooth/mesh/gen_loc_cli"),
("libraries/bluetooth_services/mesh/gen_prop", "libraries/bluetooth/mesh/gen_prop"),
("libraries/bluetooth_services/mesh/gen_prop_srv", "libraries/bluetooth/mesh/gen_prop_srv"),
("libraries/bluetooth_services/mesh/gen_prop_cli", "libraries/bluetooth/mesh/gen_prop_cli"),
("libraries/bluetooth_services/mesh/lightness", "libraries/bluetooth/mesh/lightness"),
("libraries/bluetooth_services/mesh/lightness_srv", "libraries/bluetooth/mesh/lightness_srv"),
("libraries/bluetooth_services/mesh/lightness_cli", "libraries/bluetooth/mesh/lightness_cli"),
("libraries/bluetooth_services/mesh/light_ctrl", "libraries/bluetooth/mesh/light_ctrl"),
("libraries/bluetooth_services/mesh/light_ctrl_srv", "libraries/bluetooth/mesh/light_ctrl_srv"),
("libraries/bluetooth_services/mesh/light_ctrl_cli", "libraries/bluetooth/mesh/light_ctrl_cli"),
("libraries/bluetooth_services/mesh/light_ctrl_reg", "libraries/bluetooth/mesh/light_ctrl_reg"),
("libraries/bluetooth_services/mesh/light_ctrl_reg_spec", "libraries/bluetooth/mesh/light_ctrl_reg_spec"),
("libraries/bluetooth_services/mesh/light_ctl", "libraries/bluetooth/mesh/light_ctl"),
("libraries/bluetooth_services/mesh/light_ctl_cli", "libraries/bluetooth/mesh/light_ctl_cli"),
("libraries/bluetooth_services/mesh/light_ctl_srv", "libraries/bluetooth/mesh/light_ctl_srv"),
("libraries/bluetooth_services/mesh/light_temp_srv", "libraries/bluetooth/mesh/light_temp_srv"),
("libraries/bluetooth_services/mesh/light_xyl", "libraries/bluetooth/mesh/light_xyl"),
("libraries/bluetooth_services/mesh/light_xyl_cli", "libraries/bluetooth/mesh/light_xyl_cli"),
("libraries/bluetooth_services/mesh/light_xyl_srv", "libraries/bluetooth/mesh/light_xyl_srv"),
("libraries/bluetooth_services/mesh/light_hsl", "libraries/bluetooth/mesh/light_hsl"),
("libraries/bluetooth_services/mesh/light_hsl_cli", "libraries/bluetooth/mesh/light_hsl_cli"),
("libraries/bluetooth_services/mesh/light_hsl_srv", "libraries/bluetooth/mesh/light_hsl_srv"),
("libraries/bluetooth_services/mesh/light_hue_srv", "libraries/bluetooth/mesh/light_hue_srv"),
("libraries/bluetooth_services/mesh/light_sat_srv", "libraries/bluetooth/mesh/light_sat_srv"),
("libraries/bluetooth_services/mesh/sensor_models", "libraries/bluetooth/mesh/sensor_models"),
("libraries/bluetooth_services/mesh/sensor_srv", "libraries/bluetooth/mesh/sensor_srv"),
("libraries/bluetooth_services/mesh/sensor_cli", "libraries/bluetooth/mesh/sensor_cli"),
("libraries/bluetooth_services/mesh/time", "libraries/bluetooth/mesh/time"),
("libraries/bluetooth_services/mesh/time_tai", "libraries/bluetooth/mesh/time_tai"),
("libraries/bluetooth_services/mesh/time_srv", "libraries/bluetooth/mesh/time_srv"),
("libraries/bluetooth_services/mesh/time_cli", "libraries/bluetooth/mesh/time_cli"),
("libraries/bluetooth_services/mesh/scene", "libraries/bluetooth/mesh/scene"),
("libraries/bluetooth_services/mesh/scene_srv", "libraries/bluetooth/mesh/scene_srv"),
("libraries/bluetooth_services/mesh/scene_cli", "libraries/bluetooth/mesh/scene_cli"),
("libraries/bluetooth_services/mesh/scheduler", "libraries/bluetooth/mesh/scheduler"),
("libraries/bluetooth_services/mesh/scheduler_srv", "libraries/bluetooth/mesh/scheduler_srv"),
("libraries/bluetooth_services/mesh/scheduler_cli", "libraries/bluetooth/mesh/scheduler_cli"),
("libraries/bluetooth_services/mesh/vnd/silvair_enocean_srv", "libraries/bluetooth/mesh/vnd/silvair_enocean_srv"),
("libraries/bluetooth_services/mesh/vnd/dm", "libraries/bluetooth/mesh/vnd/dm"),
("libraries/bluetooth_services/mesh/vnd/dm_srv", "libraries/bluetooth/mesh/vnd/dm_srv"),
("libraries/bluetooth_services/mesh/vnd/dm_cli", "libraries/bluetooth/mesh/vnd/dm_cli"),
("libraries/bluetooth_services/mesh/vnd/le_pair_resp", "libraries/bluetooth/mesh/vnd/le_pair_resp"),
("libraries/bluetooth_services/mesh/models", "libraries/bluetooth/mesh/models"),
("libraries/bluetooth_services/mesh/properties", "libraries/bluetooth/mesh/properties"),
("libraries/bluetooth_services/mesh/dk_prov", "libraries/bluetooth/mesh/dk_prov"),
("libraries/bluetooth_services/mesh/sensor", "libraries/bluetooth/mesh/sensor"),
("libraries/bluetooth_services/mesh/sensor_types", "libraries/bluetooth/mesh/sensor_types"),
("libraries/bluetooth_services/radio_notification_conn_cb", "libraries/bluetooth/radio_notification_conn_cb"),
("libraries/bluetooth_services/rpc", "libraries/bluetooth/rpc"),
("libraries/bluetooth_services/scan", "libraries/bluetooth/scan"),
("libraries/bluetooth_services/services/ams_client", "libraries/bluetooth/services/ams_client"),
("libraries/bluetooth_services/services/ancs_client", "libraries/bluetooth/services/ancs_client"),
("libraries/bluetooth_services/services/bas_client", "libraries/bluetooth/services/bas_client"),
("libraries/bluetooth_services/services/bms", "libraries/bluetooth/services/bms"),
("libraries/bluetooth_services/services/cgms", "libraries/bluetooth/services/cgms"),
("libraries/bluetooth_services/services/cts_client", "libraries/bluetooth/services/cts_client"),
("libraries/bluetooth_services/services/ddfs", "libraries/bluetooth/services/ddfs"),
("libraries/bluetooth_services/services/dfu_smp", "libraries/bluetooth/services/dfu_smp"),
("libraries/bluetooth_services/services/fast_pair", "libraries/bluetooth/services/fast_pair"),
("libraries/bluetooth_services/services/gattp", "libraries/bluetooth/services/gattp"),
("libraries/bluetooth_services/services/hids", "libraries/bluetooth/services/hids"),
("libraries/bluetooth_services/services/hogp", "libraries/bluetooth/services/hogp"),
("libraries/bluetooth_services/services/hrs_client", "libraries/bluetooth/services/hrs_client"),
("libraries/bluetooth_services/services/latency", "libraries/bluetooth/services/latency"),
("libraries/bluetooth_services/services/latency_client", "libraries/bluetooth/services/latency_client"),
("libraries/bluetooth_services/services/lbs", "libraries/bluetooth/services/lbs"),
("libraries/bluetooth_services/services/mds", "libraries/bluetooth/services/mds"),
("libraries/bluetooth_services/services/nsms", "libraries/bluetooth/services/nsms"),
("libraries/bluetooth_services/services/nus", "libraries/bluetooth/services/nus"),
("libraries/bluetooth_services/services/nus_client", "libraries/bluetooth/services/nus_client"),
("libraries/bluetooth_services/services/rscs", "libraries/bluetooth/services/rscs"),
("libraries/bluetooth_services/services/throughput", "libraries/bluetooth/services/throughput"),
("libraries/bluetooth_services/services/wifi_prov", "libraries/bluetooth/services/wifi_prov"),
("libraries/networking/nrf_cloud_agps", "libraries/networking/nrf_cloud_agnss"), # nRF Cloud A-GNSS
("libraries/bootloader/index", "libraries/security/bootloader/index"), # Bootloader libraries (landing)
("libraries/bootloader/bl_crypto", "libraries/security/bootloader/bl_crypto"), # Bootloader crypto
Expand Down
12 changes: 6 additions & 6 deletions doc/_zoomin/ncs.tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,12 @@ mapping_topics:
- nrf/libraries/bin/lwm2m_carrier/*.html: ["nrf91-series", "nrf9161", "nrf9151", "nrf9160", "lte",
"development-kits"]
- nrf/libraries/bin/lwm2m_carrier/certification.html: ["certification"]
- nrf/libraries/bluetooth_services/*.html: ["ble", "nrf52-series", "nrf52840", "nrf52833",
"nrf52832", "nrf52820", "nrf52811", "nrf52810",
"nrf52805", "nrf54-series", "nrf54h20", "nrf54l15",
"nrf54l05", "nrf54l10", "development-kits"]
- nrf/libraries/bluetooth_services/mesh.html: ["blemesh"]
- nrf/libraries/bluetooth_services/mesh/*.html: ["blemesh"]
- nrf/libraries/bluetooth/*.html: ["ble", "nrf52-series", "nrf52840", "nrf52833", "nrf52832",
"nrf52820", "nrf52811", "nrf52810", "nrf52805", "nrf54-series",
"nrf54h20", "nrf54l15", "nrf54l05", "nrf54l10",
"development-kits"]
- nrf/libraries/bluetooth/mesh.html: ["blemesh"]
- nrf/libraries/bluetooth/mesh/*.html: ["blemesh"]
- nrf/libraries/gazell/*.html: ["gazell"]
- nrf/libraries/modem/*.html: ["lte", "nrf91-series", "nrf9160", "nrf9161", "nrf9151",
"development-kits", "at-commands"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The results can be queried by a :ref:`bt_mesh_dm_cli_readme`.
.. note::
The current implementation is classified with :ref:`experimental <software_maturity>` software maturity.

.. figure:: ../../../../../nrf/libraries/bluetooth_services/mesh/vnd/images/bt_mesh_dm_models.svg
.. figure:: ../../../../../nrf/libraries/bluetooth/mesh/vnd/images/bt_mesh_dm_models.svg
:alt: Sequence diagram for DM procedure

Distance measurement procedure
Expand Down
File renamed without changes.
File renamed without changes.
Binary file not shown.

0 comments on commit 9055b6c

Please sign in to comment.