Bug in nRF Connect SDK scan.c

In the function "bt_scan_filter_status_get(bt_filter_status *status)" [file: subsys/bluetooth/scan.c #1302], the variable

"status->manufacturer_data.enabled" is not updated by the function. It's missing the following statement:

   "status->manufacturer_data.enabled = bt_scan.scan_filters.manufacturer_data.enabled;"

Related