Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth auto pairing #315

Closed
mohammed-mudassir opened this issue Jul 10, 2017 · 2 comments
Closed

Bluetooth auto pairing #315

mohammed-mudassir opened this issue Jul 10, 2017 · 2 comments

Comments

@mohammed-mudassir
Copy link

@don

Can you help me in the following case?
I am developing one App wherein I am trying to connect Bluetooth automatically without user need to put passcode.
I have gone through plugin files but exactly where shall I need to do changes.

The case will be like:
I will have opponent MAC/UUID to connect to the devices. So using this user can connect to the Bluetooth in the background without taking user input

@mumairofficial
Copy link

mumairofficial commented Jul 11, 2017

@mohammed-mudassir Actually functionality you want is exist here #114; Don didn't merged that branch because author used reflection. Unfortunately since it's old, there are now conflicts.

If you want this functionality you can use the branch for the pull request from the authors github https://github.com/stakutis/BluetoothSerial/tree/stakutis

Backup your project

Remove the official version of the plugin
cordova plugin rm cordova-plugin-bluetoothserial

Try the alternate version with the feature you want
cordova plugin add https://github.com/stakutis/BluetoothSerial/tree/stakutis

@don
Copy link
Owner

don commented Jul 12, 2017

@mumairofficial Thanks for the detailed answer.

@don don closed this as completed Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants