How to pair bluetooth devices programatically without user interaction using react-native-ble-plx?

887 Views Asked by At

I am trying to implement a Bluetooth pairing programatically between a device and mobile app. I am able to pair the device but the problem is that it requires user to enter the passcode which I don't want in my app. I want to do that programatically. I need to provide the device name and the passcode programatically. I am using the library react-native-ble-plx. I could not find documentations related to this in the library.

Could someone please help me with this?

0

There are 0 best solutions below