Problem with implementing nfc pairing along with regular bluetooth pairing (passkey)

Hi! I'm trying to add second option of pairing to my nrf52840DK. I already have pairing using passkey, however I would like to also provide an option of pairing using NFC. Is it even possible, if so could someone explain me how to do it? Already looked up at nfc examples and couldn't work anything out.
I was also wondering if regular advertising and direct advertising would not "cancel" each other, because when I (poorly) tried to implement nfc pairing to my DK(which was working fine), it stopped showing up when I was scanning for it, so I suppose it did not do regular advertise.
Cheers and thanks in advance :)

Related