-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot connect using Nougat 7.x #34
Comments
Thank you for reporting. It's an issue in the library with certain phone
models. We plan to fix this issue in the near future.
…On Tue, Sep 12, 2017 at 10:22 PM, scblason ***@***.***> wrote:
Hello,
I've been using the library without a problem in devices with Android OS
5.x and 6.x to connect to a custom IoT device. But If I use the library to
connect, using a device with 7.x OS, it fails. The IoT device is found
during scan, but unable to connect.
If I use a third party app (ie, Nordisk's nRF Connect app) to test the
connection, I have no problems.
Do you know of any known issues in Nougat?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#34>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkVJwYXzecVI_MKjUXU8E08E3MIxJKeks5shuf1gaJpZM4PVMX0>
.
--
Tomaz Strazisnik | Mobile: +386 31 345 027 | Inova IT, Pesnica 32, 2211 Pesnica
pri Maribor, Slovenia
|
Do you have any idea why this is happening? Neatle uses native BLE libraries. If some devices have problems, it should be connecting to any Bluetooth device. I have no problem connecting the phone with Bluetooth speakers and other devices (using the standard Bluetooth from the OS). |
Could you attached the neatle's LogCat outputs or at least the error you get? We seen an error on OnePlus and it seems it all comes down to this line
Can you share on which phone you get the error? |
Thanks for pointing that out. I will take a look. PS: With Android 7.0, there where times that I was able to connect...but the connection became very unstable and failed to reconnect. With 7.1.1, we weren't able to connect yet. |
Hi tomazs, I don't know is this helpful for you guys, but I just want it to share in case it can help some other developers using the lib. Thank you! |
Hey, Could you please try with the latest version 0.9.4 and let me know if still experience that issue. |
Hi tomazs!
In order to keep using the library, we download the code and we commented the line checking the "unknown" device type in the "connect()" method. We were planning to add the Nordisc library for the scanning process inside of Neatle's code, but is not our priority right now. Hope this help you with the development! |
Hi scblason ! |
Hi @cavalihno, "In order to keep using the library, we download the code and we commented the line checking the "unknown" device type in the "connect()" method. We were planning to add the Nordisc library for the scanning process inside of Neatle's code, but is not our priority right now." Hoe that helps. Godd luck! |
Hello,
I've been using the library without a problem in devices with Android OS 5.x and 6.x to connect to a custom IoT device. But If I use the library to connect, using a device with 7.x OS, it fails. The IoT device is found during scan, but unable to connect.
If I use a third party app (ie, Nordisk's nRF Connect app) to test the connection, I have no problems.
Do you know of any known issues in Nougat?
Thanks!
The text was updated successfully, but these errors were encountered: