HI
UUID scan filters are set and enabled.
I was capturing peripheral device MAC id via ble_evt_handler.
i was expecting filtered devices should be visible but when i print peripheral devices it is listing out all devices in the vicinity.
where am i applying the scan filters?
as per my understanding after scan_started ble event should only get filtered advertisements from peripherals which are matched for uuid filter.
is this correct?
correct me if am wrong.
Thanks