Address filter with various peripherals

I use the nrf5340.

I want to filter 8 devices with different addresses.

When scan_filter_match() recognizes one of the addresses, can you quickly identify which of the addresses entered (1 to 8)?

I saw that 'filter_match->addr.addr' reports the recognized address: should I make a comparison with all my 8 addresses?

Thank you

Related