(I need this type of functionality in iOS App).
I am trying to connect BLE app to BLE Device ( NRF 52840 ) and for security purpose, I adding passcode (password) / key in the device, once I am going for connecting it will ask for the password.
we set a static PASSKEY in device for the pairing process.
When I connect my device to my peripheral, he asks me a passkey (a pop-up is shown on the device). I want to send this passkey programmatically during the connection.