Skip to content

Conversation

@gmittone
Copy link

Allow to set a user-defined UUID to connect to.
This method does not change any method call, but it would be great to pass a new paramether in the connect method or create a specific method and keep the ionic-native up-to-date.

cordova.getActivity().startActivity(discoverIntent);

} else {
} else {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we changing this formatting?

cordova.exec(null, null, "BluetoothSerial", "setDiscoverable", [discoverableDuration]);
}

},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary?

Copy link

@darran-kelinske-fivestars darran-kelinske-fivestars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this PR - thank you

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

Successfully merging this pull request may close these issues.

3 participants