Hello, I am using the nRF52832DK with the peripheral_nfc_pairing example. With nRF Connect Mobile the NFC OOB pairing works fine, but when I try the same with my own Kotlin Android App the NFC tag is detected and the application/vnd.bluetooth.le.oob record is parsed, yet Android shows “Pairing failed”. I only added init/run functions and modularized UART, otherwise the sample is unchanged. My questions are: is the OOB record format from this sample fully compatible with Android’s NFC BLE pairing, are there known issues with public vs random static address or bonding cache, and can any Android app handle this flow or is it limited to nRF Connect Mobile? Any guidance or recommended prj.conf settings for Android compatibility would be appreciated.