This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE scan event vs BLE event handler

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

Related