You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib: bluetooth: ble_conn_params: suggestions to conn_param update
* Add role field to the links structure.
* Rename ppcp to pcp because this field will now also be used for
central and not only peripheral.
* The override function will now modify the window of acceptable
connection parameters used when checking if requested parameters
are acceptable.
Signed-off-by: Andreas Moltumyr <andreas.moltumyr@nordicsemi.no>
Copy file name to clipboardExpand all lines: doc/nrf-bm/release_notes/release_notes_changelog.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ Libraries
79
79
* Support for the :c:macro:`BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST` SoftDevice event.
80
80
81
81
* Updated the :c:func:`ble_conn_params_phy_radio_mode_set` function to return :c:macro:`NRF_ERROR_INVALID_PARAM` if the ``phy_pref`` parameter contains PHY modes not supported by the SoftDevice.
82
+
* Updated the :c:func:`ble_conn_params_override` function to allow runtime overrides of the acceptable connection parameter window used when validating peripheral requests to change the connection parameters.
83
+
Previously, this window was set statically by Kconfig options and was not possible to override at runtime.
84
+
82
85
83
86
* Fixed:
84
87
@@ -92,7 +95,6 @@ Bluetooth LE Services
92
95
93
96
* Changed :c:member:`ble_scan_filter_data.addr_filter.addr` and :c:member:`ble_scan_filter_data.name_filter.name` to ``const`` in the :c:struct:`ble_scan_filter_data` structure.
0 commit comments