Skip to content

Commit 991a6e7

Browse files
doc: release-notes: document manufacturer data scan filter
Add changelog entries for the new scan filter and Kconfig options. Signed-off-by: Martynas Smilingis <martynas.smilingis@nordicsemi.no>
1 parent f3093dd commit 991a6e7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,12 @@ Libraries
222222
* :ref:`lib_ble_scan` library:
223223

224224
* 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+
226231
* Updated:
227232

228233
* The functions to use the ``uint32_t`` type instead of ``int`` when returning nrf_errors.

0 commit comments

Comments
 (0)