Skip to content

Commit

Permalink
doc: Move Bluetooth Radion Notification Callback page to libs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rugeGerritsen authored and nordicjm committed Aug 22, 2024
1 parent 7f27a61 commit f869800
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions doc/_utils/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion doc/nrf/protocols/bt/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f869800

Please sign in to comment.