From f8698006d29f962b8b43a906301e1feb89413e29 Mon Sep 17 00:00:00 2001 From: Rubin Gerritsen Date: Thu, 22 Aug 2024 09:35:09 +0200 Subject: [PATCH] doc: Move Bluetooth Radion Notification Callback page to libs This page fits better under the Bluetooth library section. A redirection link has been added to ensure old links still work. Signed-off-by: Rubin Gerritsen --- doc/_utils/redirects.py | 1 + .../bt/ble => libraries/bluetooth_services}/images/ConnEvtCb.svg | 0 .../bluetooth_services}/images/ConnEvtCbPeripheralLatency.svg | 0 .../bluetooth_services}/radio_notification_conn_cb.rst | 0 doc/nrf/protocols/bt/index.rst | 1 - 5 files changed, 1 insertion(+), 1 deletion(-) rename doc/nrf/{protocols/bt/ble => libraries/bluetooth_services}/images/ConnEvtCb.svg (100%) rename doc/nrf/{protocols/bt/ble => libraries/bluetooth_services}/images/ConnEvtCbPeripheralLatency.svg (100%) rename doc/nrf/{protocols/bt/ble => libraries/bluetooth_services}/radio_notification_conn_cb.rst (100%) diff --git a/doc/_utils/redirects.py b/doc/_utils/redirects.py index 0b3952dd12c2..a6b628be26d3 100644 --- a/doc/_utils/redirects.py +++ b/doc/_utils/redirects.py @@ -305,6 +305,7 @@ ("app_dev/ap_protect/index", "security/ap_protect"), # Enabling access port protection mechanism ("ug_ble_controller", "protocols/ble/index"), # Bluetooth LE Controller ("protocols/ble/index", "protocols/bt/ble/index"), + ("protocols/bt/ble/radio_notification_conn_cb", "libraries/bluetooth_services/radio_notification_conn_cb"), ("ug_bt_mesh", "protocols/bt_mesh/index"), # Bluetooth Mesh (landing) ("protocols/bt_mesh/index", "protocols/bt/bt_mesh/index"), ("ug_bt_mesh_supported_features", "protocols/bt_mesh/supported_features"), # Supported Bluetooth Mesh features diff --git a/doc/nrf/protocols/bt/ble/images/ConnEvtCb.svg b/doc/nrf/libraries/bluetooth_services/images/ConnEvtCb.svg similarity index 100% rename from doc/nrf/protocols/bt/ble/images/ConnEvtCb.svg rename to doc/nrf/libraries/bluetooth_services/images/ConnEvtCb.svg diff --git a/doc/nrf/protocols/bt/ble/images/ConnEvtCbPeripheralLatency.svg b/doc/nrf/libraries/bluetooth_services/images/ConnEvtCbPeripheralLatency.svg similarity index 100% rename from doc/nrf/protocols/bt/ble/images/ConnEvtCbPeripheralLatency.svg rename to doc/nrf/libraries/bluetooth_services/images/ConnEvtCbPeripheralLatency.svg diff --git a/doc/nrf/protocols/bt/ble/radio_notification_conn_cb.rst b/doc/nrf/libraries/bluetooth_services/radio_notification_conn_cb.rst similarity index 100% rename from doc/nrf/protocols/bt/ble/radio_notification_conn_cb.rst rename to doc/nrf/libraries/bluetooth_services/radio_notification_conn_cb.rst diff --git a/doc/nrf/protocols/bt/index.rst b/doc/nrf/protocols/bt/index.rst index 7596fda4a0a9..98030b6dbc70 100644 --- a/doc/nrf/protocols/bt/index.rst +++ b/doc/nrf/protocols/bt/index.rst @@ -22,6 +22,5 @@ To enable Bluetooth LE in your application, you can use the standard HCI-based a bt_solutions.rst bt_stack_arch.rst ble/index.rst - ble/radio_notification_conn_cb.rst bt_mesh/index.rst bt_qualification/index.rst