Hello.
I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
When receiving advertisements, "nrf_ble_scan_filter_set" is used to filter the device name.
When receiving ADV_IND and SCAN_RSP, it could not be received without including the device name in both packets.
If ADV_IND contains the device name, will SCAN_RSP be able to receive without the device name? I would like to know if there is a way.
Best Regards.