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
Copy file name to clipboardExpand all lines: doc/nrf-bm/release_notes/release_notes_changelog.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,12 @@ Libraries
222
222
* :ref:`lib_ble_scan` library:
223
223
224
224
* The library is now supported.
225
-
* Added the :c:struct:`ble_scan_filter_data` structure as input to the :c:func:`ble_scan_filter_add` function.
225
+
* Added:
226
+
227
+
* The :c:struct:`ble_scan_filter_data` structure as input to the :c:func:`ble_scan_filter_add` function.
228
+
* Support for filtering by manufacturer-specific data via the :c:macro:`BLE_SCAN_MANUFACTURER_DATA_FILTER` filter type.
229
+
* The :kconfig:option:`CONFIG_BLE_SCAN_MANUFACTURER_DATA_COUNT` and :kconfig:option:`CONFIG_BLE_SCAN_MANUFACTURER_DATA_MAX_LEN` Kconfig options to configure the manufacturer data filter capacity and maximum payload length.
230
+
226
231
* Updated:
227
232
228
233
* The functions to use the ``uint32_t`` type instead of ``int`` when returning nrf_errors.
0 commit comments