We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640a467 commit b7b876aCopy full SHA for b7b876a
doc/nrf-bm/release_notes/release_notes_changelog.rst
@@ -53,7 +53,9 @@ No changes since the latest nRF Connect SDK Bare Metal release.
53
Libraries
54
=========
55
56
-No changes since the latest nRF Connect SDK Bare Metal release.
+* :ref:`lib_ble_conn_params` library:
57
+
58
+ * Added missing Kconfig dependencies.
59
60
Samples
61
=======
lib/ble_conn_params/Kconfig
@@ -5,6 +5,8 @@
5
#
6
menuconfig BLE_CONN_PARAMS
7
bool "BLE Connection Parameters"
8
+ depends on SOFTDEVICE
9
+ depends on NRF_SDH
10
11
if BLE_CONN_PARAMS
12
0 commit comments