Hi,
I have been looking into the passkey for BLE connection but didn't found any clear documentation or any example on this. If we have one central and one peripheral then how can we add a passkey and allow both devices to exchange or confirm this key. I can see example in nrf samples like peripheral_uart and central_uart and found passkey related thing on peripheral_uart. Searching on google I found a function like bt_passkey_set(passkey); and CONFIG_BT_FIXED_PASSKEY=y option, But cannot find a use of this anywhere in nrf samples or any example.
Is this not supported by nrf connect SDK or it is not for the purpose of pairing or making a connection or what?
Is there any option like this to use in nrf? If YES then where can it be found somewhere on internet, how can we confirm the passkey on peripheral side or know that passkey is correct or incorrect?
Thank you