Skip to content

Commit 9055b6c

Browse files
umapraseedagmarull
authored andcommitted
doc: Rename libraries/bluetooth_services to libraries/bluetooth/
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]>
1 parent 1627ada commit 9055b6c

File tree

115 files changed

+115
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+115
-14
lines changed

CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
/doc/nrf/installation/ @nrfconnect/ncs-doc-leads @nrfconnect/ncs-vestavind-doc @nrfconnect/ncs-wayland-doc
118118
/doc/nrf/libraries/bin/ @nrfconnect/ncs-doc-leads
119119
/doc/nrf/libraries/bin/lwm2m_carrier/ @nrfconnect/ncs-carrier-doc
120-
/doc/nrf/libraries/bluetooth_services/ @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-dragoon-doc
121-
/doc/nrf/libraries/bluetooth_services/mesh/ @nrfconnect/ncs-paladin-doc
122-
/doc/nrf/libraries/bluetooth_services/adv_prov.rst @nrfconnect/ncs-si-bluebagel-doc
123-
/doc/nrf/libraries/bluetooth_services/mesh.rst @nrfconnect/ncs-paladin-doc
124-
/doc/nrf/libraries/bluetooth_services/services/fast_pair.rst @nrfconnect/ncs-si-bluebagel-doc
125-
/doc/nrf/libraries/bluetooth_services/services/wifi_prov.rst @nrfconnect/ncs-wifi-doc
120+
/doc/nrf/libraries/bluetooth/ @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-dragoon-doc
121+
/doc/nrf/libraries/bluetooth/mesh/ @nrfconnect/ncs-paladin-doc
122+
/doc/nrf/libraries/bluetooth/adv_prov.rst @nrfconnect/ncs-si-bluebagel-doc
123+
/doc/nrf/libraries/bluetooth/mesh.rst @nrfconnect/ncs-paladin-doc
124+
/doc/nrf/libraries/bluetooth/services/fast_pair.rst @nrfconnect/ncs-si-bluebagel-doc
125+
/doc/nrf/libraries/bluetooth/services/wifi_prov.rst @nrfconnect/ncs-wifi-doc
126126
/doc/nrf/libraries/caf/ @nrfconnect/ncs-si-muffin-doc @nrfconnect/ncs-si-bluebagel-doc
127127
/doc/nrf/libraries/debug/cpu_load.rst @nrfconnect/ncs-doc-leads
128128
/doc/nrf/libraries/debug/etb_trace.rst @nrfconnect/ncs-cia-doc

doc/_utils/redirects.py

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
("ug_ble_controller", "protocols/bt/index"), # Bluetooth LE Controller
307307
("protocols/ble/index", "protocols/bt/index"),
308308
("protocols/bt/ble/index", "protocols/bt/bt_stack_arch"),
309-
("protocols/bt/ble/radio_notification_conn_cb", "libraries/bluetooth_services/radio_notification_conn_cb"),
309+
("protocols/bt/ble/radio_notification_conn_cb", "libraries/bluetooth/radio_notification_conn_cb"),
310310
("ug_bt_mesh", "protocols/bt/bt_mesh/index"), # Bluetooth Mesh (landing)
311311
("protocols/bt_mesh/index", "protocols/bt/bt_mesh/index"),
312312
("ug_bt_mesh_supported_features", "protocols/bt/bt_mesh/overview/index"), # Supported Bluetooth Mesh features (file removed; part of the overview index page now)
@@ -430,6 +430,107 @@
430430
("samples/wifi/sr_coex/README", "samples/wifi/ble_coex/README"), # Wi-Fi: Bluetooth LE coexistence
431431
("samples/samples_zigbee", "samples/zigbee"), # Zigbee samples (landing)
432432
("samples/samples_other", "samples/other"), # Other samples (landing)
433+
("libraries/bluetooth_services/index", "libraries/bluetooth/index"), # Changed the folder name libraries/bluetooth_services to libraries/bluetooth to better match the include folder structure
434+
("libraries/bluetooth_services/adv_prov", "libraries/bluetooth/adv_prov"),
435+
("libraries/bluetooth_services/conn_ctx", "libraries/bluetooth/conn_ctx"),
436+
("libraries/bluetooth_services/enocean", "libraries/bluetooth/enocean"),
437+
("libraries/bluetooth_services/gatt_dm", "libraries/bluetooth/gatt_dm"),
438+
("libraries/bluetooth_services/gatt_pool", "libraries/bluetooth/gatt_pool"),
439+
("libraries/bluetooth_services/mesh", "libraries/bluetooth/mesh"),
440+
("libraries/bluetooth_services/mesh/model_types", "libraries/bluetooth/mesh/model_types"),
441+
("libraries/bluetooth_services/mesh/gen_onoff", "libraries/bluetooth/mesh/gen_onoff"),
442+
("libraries/bluetooth_services/mesh/gen_onoff_srv", "libraries/bluetooth/mesh/gen_onoff_srv"),
443+
("libraries/bluetooth_services/mesh/gen_onoff_cli", "libraries/bluetooth/mesh/gen_onoff_cli"),
444+
("libraries/bluetooth_services/mesh/gen_lvl", "libraries/bluetooth/mesh/gen_lvl"),
445+
("libraries/bluetooth_services/mesh/gen_lvl_srv", "libraries/bluetooth/mesh/gen_lvl_srv"),
446+
("libraries/bluetooth_services/mesh/gen_lvl_cli", "libraries/bluetooth/mesh/gen_lvl_cli"),
447+
("libraries/bluetooth_services/mesh/gen_dtt", "libraries/bluetooth/mesh/gen_dtt"),
448+
("libraries/bluetooth_services/mesh/gen_dtt_srv", "libraries/bluetooth/mesh/gen_dtt_srv"),
449+
("libraries/bluetooth_services/mesh/gen_dtt_cli", "libraries/bluetooth/mesh/gen_dtt_cli"),
450+
("libraries/bluetooth_services/mesh/gen_ponoff", "libraries/bluetooth/mesh/gen_ponoff"),
451+
("libraries/bluetooth_services/mesh/gen_ponoff_srv", "libraries/bluetooth/mesh/gen_ponoff_srv"),
452+
("libraries/bluetooth_services/mesh/gen_ponoff_cli", "libraries/bluetooth/mesh/gen_ponoff_cli"),
453+
("libraries/bluetooth_services/mesh/gen_plvl", "libraries/bluetooth/mesh/gen_plvl"),
454+
("libraries/bluetooth_services/mesh/gen_plvl_srv", "libraries/bluetooth/mesh/gen_plvl_srv"),
455+
("libraries/bluetooth_services/mesh/gen_plvl_cli", "libraries/bluetooth/mesh/gen_plvl_cli"),
456+
("libraries/bluetooth_services/mesh/gen_battery", "libraries/bluetooth/mesh/gen_battery"),
457+
("libraries/bluetooth_services/mesh/gen_battery_srv", "libraries/bluetooth/mesh/gen_battery_srv"),
458+
("libraries/bluetooth_services/mesh/gen_battery_cli", "libraries/bluetooth/mesh/gen_battery_cli"),
459+
("libraries/bluetooth_services/mesh/gen_loc", "libraries/bluetooth/mesh/gen_loc"),
460+
("libraries/bluetooth_services/mesh/gen_loc_srv", "libraries/bluetooth/mesh/gen_loc_srv"),
461+
("libraries/bluetooth_services/mesh/gen_loc_cli", "libraries/bluetooth/mesh/gen_loc_cli"),
462+
("libraries/bluetooth_services/mesh/gen_prop", "libraries/bluetooth/mesh/gen_prop"),
463+
("libraries/bluetooth_services/mesh/gen_prop_srv", "libraries/bluetooth/mesh/gen_prop_srv"),
464+
("libraries/bluetooth_services/mesh/gen_prop_cli", "libraries/bluetooth/mesh/gen_prop_cli"),
465+
("libraries/bluetooth_services/mesh/lightness", "libraries/bluetooth/mesh/lightness"),
466+
("libraries/bluetooth_services/mesh/lightness_srv", "libraries/bluetooth/mesh/lightness_srv"),
467+
("libraries/bluetooth_services/mesh/lightness_cli", "libraries/bluetooth/mesh/lightness_cli"),
468+
("libraries/bluetooth_services/mesh/light_ctrl", "libraries/bluetooth/mesh/light_ctrl"),
469+
("libraries/bluetooth_services/mesh/light_ctrl_srv", "libraries/bluetooth/mesh/light_ctrl_srv"),
470+
("libraries/bluetooth_services/mesh/light_ctrl_cli", "libraries/bluetooth/mesh/light_ctrl_cli"),
471+
("libraries/bluetooth_services/mesh/light_ctrl_reg", "libraries/bluetooth/mesh/light_ctrl_reg"),
472+
("libraries/bluetooth_services/mesh/light_ctrl_reg_spec", "libraries/bluetooth/mesh/light_ctrl_reg_spec"),
473+
("libraries/bluetooth_services/mesh/light_ctl", "libraries/bluetooth/mesh/light_ctl"),
474+
("libraries/bluetooth_services/mesh/light_ctl_cli", "libraries/bluetooth/mesh/light_ctl_cli"),
475+
("libraries/bluetooth_services/mesh/light_ctl_srv", "libraries/bluetooth/mesh/light_ctl_srv"),
476+
("libraries/bluetooth_services/mesh/light_temp_srv", "libraries/bluetooth/mesh/light_temp_srv"),
477+
("libraries/bluetooth_services/mesh/light_xyl", "libraries/bluetooth/mesh/light_xyl"),
478+
("libraries/bluetooth_services/mesh/light_xyl_cli", "libraries/bluetooth/mesh/light_xyl_cli"),
479+
("libraries/bluetooth_services/mesh/light_xyl_srv", "libraries/bluetooth/mesh/light_xyl_srv"),
480+
("libraries/bluetooth_services/mesh/light_hsl", "libraries/bluetooth/mesh/light_hsl"),
481+
("libraries/bluetooth_services/mesh/light_hsl_cli", "libraries/bluetooth/mesh/light_hsl_cli"),
482+
("libraries/bluetooth_services/mesh/light_hsl_srv", "libraries/bluetooth/mesh/light_hsl_srv"),
483+
("libraries/bluetooth_services/mesh/light_hue_srv", "libraries/bluetooth/mesh/light_hue_srv"),
484+
("libraries/bluetooth_services/mesh/light_sat_srv", "libraries/bluetooth/mesh/light_sat_srv"),
485+
("libraries/bluetooth_services/mesh/sensor_models", "libraries/bluetooth/mesh/sensor_models"),
486+
("libraries/bluetooth_services/mesh/sensor_srv", "libraries/bluetooth/mesh/sensor_srv"),
487+
("libraries/bluetooth_services/mesh/sensor_cli", "libraries/bluetooth/mesh/sensor_cli"),
488+
("libraries/bluetooth_services/mesh/time", "libraries/bluetooth/mesh/time"),
489+
("libraries/bluetooth_services/mesh/time_tai", "libraries/bluetooth/mesh/time_tai"),
490+
("libraries/bluetooth_services/mesh/time_srv", "libraries/bluetooth/mesh/time_srv"),
491+
("libraries/bluetooth_services/mesh/time_cli", "libraries/bluetooth/mesh/time_cli"),
492+
("libraries/bluetooth_services/mesh/scene", "libraries/bluetooth/mesh/scene"),
493+
("libraries/bluetooth_services/mesh/scene_srv", "libraries/bluetooth/mesh/scene_srv"),
494+
("libraries/bluetooth_services/mesh/scene_cli", "libraries/bluetooth/mesh/scene_cli"),
495+
("libraries/bluetooth_services/mesh/scheduler", "libraries/bluetooth/mesh/scheduler"),
496+
("libraries/bluetooth_services/mesh/scheduler_srv", "libraries/bluetooth/mesh/scheduler_srv"),
497+
("libraries/bluetooth_services/mesh/scheduler_cli", "libraries/bluetooth/mesh/scheduler_cli"),
498+
("libraries/bluetooth_services/mesh/vnd/silvair_enocean_srv", "libraries/bluetooth/mesh/vnd/silvair_enocean_srv"),
499+
("libraries/bluetooth_services/mesh/vnd/dm", "libraries/bluetooth/mesh/vnd/dm"),
500+
("libraries/bluetooth_services/mesh/vnd/dm_srv", "libraries/bluetooth/mesh/vnd/dm_srv"),
501+
("libraries/bluetooth_services/mesh/vnd/dm_cli", "libraries/bluetooth/mesh/vnd/dm_cli"),
502+
("libraries/bluetooth_services/mesh/vnd/le_pair_resp", "libraries/bluetooth/mesh/vnd/le_pair_resp"),
503+
("libraries/bluetooth_services/mesh/models", "libraries/bluetooth/mesh/models"),
504+
("libraries/bluetooth_services/mesh/properties", "libraries/bluetooth/mesh/properties"),
505+
("libraries/bluetooth_services/mesh/dk_prov", "libraries/bluetooth/mesh/dk_prov"),
506+
("libraries/bluetooth_services/mesh/sensor", "libraries/bluetooth/mesh/sensor"),
507+
("libraries/bluetooth_services/mesh/sensor_types", "libraries/bluetooth/mesh/sensor_types"),
508+
("libraries/bluetooth_services/radio_notification_conn_cb", "libraries/bluetooth/radio_notification_conn_cb"),
509+
("libraries/bluetooth_services/rpc", "libraries/bluetooth/rpc"),
510+
("libraries/bluetooth_services/scan", "libraries/bluetooth/scan"),
511+
("libraries/bluetooth_services/services/ams_client", "libraries/bluetooth/services/ams_client"),
512+
("libraries/bluetooth_services/services/ancs_client", "libraries/bluetooth/services/ancs_client"),
513+
("libraries/bluetooth_services/services/bas_client", "libraries/bluetooth/services/bas_client"),
514+
("libraries/bluetooth_services/services/bms", "libraries/bluetooth/services/bms"),
515+
("libraries/bluetooth_services/services/cgms", "libraries/bluetooth/services/cgms"),
516+
("libraries/bluetooth_services/services/cts_client", "libraries/bluetooth/services/cts_client"),
517+
("libraries/bluetooth_services/services/ddfs", "libraries/bluetooth/services/ddfs"),
518+
("libraries/bluetooth_services/services/dfu_smp", "libraries/bluetooth/services/dfu_smp"),
519+
("libraries/bluetooth_services/services/fast_pair", "libraries/bluetooth/services/fast_pair"),
520+
("libraries/bluetooth_services/services/gattp", "libraries/bluetooth/services/gattp"),
521+
("libraries/bluetooth_services/services/hids", "libraries/bluetooth/services/hids"),
522+
("libraries/bluetooth_services/services/hogp", "libraries/bluetooth/services/hogp"),
523+
("libraries/bluetooth_services/services/hrs_client", "libraries/bluetooth/services/hrs_client"),
524+
("libraries/bluetooth_services/services/latency", "libraries/bluetooth/services/latency"),
525+
("libraries/bluetooth_services/services/latency_client", "libraries/bluetooth/services/latency_client"),
526+
("libraries/bluetooth_services/services/lbs", "libraries/bluetooth/services/lbs"),
527+
("libraries/bluetooth_services/services/mds", "libraries/bluetooth/services/mds"),
528+
("libraries/bluetooth_services/services/nsms", "libraries/bluetooth/services/nsms"),
529+
("libraries/bluetooth_services/services/nus", "libraries/bluetooth/services/nus"),
530+
("libraries/bluetooth_services/services/nus_client", "libraries/bluetooth/services/nus_client"),
531+
("libraries/bluetooth_services/services/rscs", "libraries/bluetooth/services/rscs"),
532+
("libraries/bluetooth_services/services/throughput", "libraries/bluetooth/services/throughput"),
533+
("libraries/bluetooth_services/services/wifi_prov", "libraries/bluetooth/services/wifi_prov"),
433534
("libraries/networking/nrf_cloud_agps", "libraries/networking/nrf_cloud_agnss"), # nRF Cloud A-GNSS
434535
("libraries/bootloader/index", "libraries/security/bootloader/index"), # Bootloader libraries (landing)
435536
("libraries/bootloader/bl_crypto", "libraries/security/bootloader/bl_crypto"), # Bootloader crypto

doc/_zoomin/ncs.tags.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,12 @@ mapping_topics:
363363
- nrf/libraries/bin/lwm2m_carrier/*.html: ["nrf91-series", "nrf9161", "nrf9151", "nrf9160", "lte",
364364
"development-kits"]
365365
- nrf/libraries/bin/lwm2m_carrier/certification.html: ["certification"]
366-
- nrf/libraries/bluetooth_services/*.html: ["ble", "nrf52-series", "nrf52840", "nrf52833",
367-
"nrf52832", "nrf52820", "nrf52811", "nrf52810",
368-
"nrf52805", "nrf54-series", "nrf54h20", "nrf54l15",
369-
"nrf54l05", "nrf54l10", "development-kits"]
370-
- nrf/libraries/bluetooth_services/mesh.html: ["blemesh"]
371-
- nrf/libraries/bluetooth_services/mesh/*.html: ["blemesh"]
366+
- nrf/libraries/bluetooth/*.html: ["ble", "nrf52-series", "nrf52840", "nrf52833", "nrf52832",
367+
"nrf52820", "nrf52811", "nrf52810", "nrf52805", "nrf54-series",
368+
"nrf54h20", "nrf54l15", "nrf54l05", "nrf54l10",
369+
"development-kits"]
370+
- nrf/libraries/bluetooth/mesh.html: ["blemesh"]
371+
- nrf/libraries/bluetooth/mesh/*.html: ["blemesh"]
372372
- nrf/libraries/gazell/*.html: ["gazell"]
373373
- nrf/libraries/modem/*.html: ["lte", "nrf91-series", "nrf9160", "nrf9161", "nrf9151",
374374
"development-kits", "at-commands"]

0 commit comments

Comments
 (0)