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

What's the meanings of autoconnect? #7

Closed
tinybright opened this issue Mar 31, 2016 · 3 comments
Closed

What's the meanings of autoconnect? #7

tinybright opened this issue Mar 31, 2016 · 3 comments
Assignees
Labels
help wanted question / library Issue containing question / discussion about library workings

Comments

@tinybright
Copy link

It's the normal meaning.
Or it's same as autoConnect in BluetoothDevice

[ * @param autoConnect Whether to directly connect to the remote device (false)
 *                    or to automatically connect as soon as the remote
 *                    device becomes available (true).](url)
@mzgreen
Copy link
Collaborator

mzgreen commented Mar 31, 2016

It's the same as autoConnect in BluetoothDevice. I think that it should be mentioned in the doc, do you agree @uKL ?

@uKL
Copy link
Collaborator

uKL commented Mar 31, 2016

True, same meaning. Without auto connect the system will throw BleGattException with detail code 133. This will happen after some timeout, various on different devices.

With auto connect it will wait until the BLE device is available.

@uKL uKL self-assigned this Mar 31, 2016
@uKL uKL added help wanted question / library Issue containing question / discussion about library workings labels Mar 31, 2016
@farmazon3000
Copy link

farmazon3000 commented Jul 1, 2016

#39 related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted question / library Issue containing question / discussion about library workings
Projects
None yet
Development

No branches or pull requests

4 participants