BLE pairing without prompt user to enter password

Hi,


I am trying to figure out to see if there's a way that I don't need to prompt user to enter the password, but to send password programmatically.

Example:

1. Device has a pre-shared key of 1234

2. My app attempts to pair with the device with 1234


Ideal Result:

- User does not need to input password of 1234. The app handles the password entering and then it's paired


Current:

- If I try to pair new device, I will always a pop-up that asks the user to enter the password 1234


Thanks!

Post not yet marked as solved Up vote post of dlee116 Down vote post of dlee116
1.1k views

Replies

Hello

I was face the same problem too, seek for the answer.

Any update here?

Thanks