-
Notifications
You must be signed in to change notification settings - Fork 64
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
terminate called after throwing an instance of 'BLEPP::SocketConnectFailed' #37
Comments
Have you made sure that nothing else is already connected? If nothing was, and it's still failing to connect, can you try getting a log using hcidump or btmon for libble++ and bluetoothctl and paste them here? That should hopefully show up any discrepancies. |
Yes, I am sure there is nothing else connected.
brings the logging via btmon:
After that I try connecting using the libblepp ...
and receive the following out put from btmon:
|
OK thanks. I'm going to set aside some time to really pore over the logs. Haven't had time yet. |
Do you have two Bluetooth adapters in your machine? bluetoothctl list will show. |
This is gonna be one of 3 things I bet.
to
|
|
Hello all, and happy new year! |
Hi,
Sorry I've not had a chance to fix this yet: my day job got super busy. I
should be able to take a look soon. Feel free to bug me if I forget!
…-Ed
On Thu, 3 Jan 2019 at 09:49, nikola-rusev ***@***.***> wrote:
Hello all, and happy new year!
I wanted to ask if you have managed to resolve this issue. I too have
encountered the exact same problem and haven't been able to fix it. Any
info would be much appreciated.
Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABGW64zetHl_MHUpFqH9RSrW0Wfr902sks5u_dI4gaJpZM4YUyX9>
.
|
I decided to use the tinyb - Lib instead ... |
Hi,
I had another look through (wow tracing bluetooth packet dumps by hand is
fun!) and I think you might not be disabling the scan before connection. If
either of you are still using the lib could you try stopping the scan after
you've found a device but before trying to connect?
…-Ed
On Fri, 4 Jan 2019 at 10:57, moe5k ***@***.***> wrote:
I decided to use the tinyb - Lib instead ...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABGW62JwFGZEZmc1Jem0XZQkTn7PB2BKks5u_zOtgaJpZM4YUyX9>
.
|
Hello, I've tried starting another scan while one is already running, that always produces the error. Thanks for the input! |
Folks, sorry for giving some ups to this issue. But something got my attention here: Remote end asks us to raise the MTU to 247:
Then we reply him with a completely different MTU??:
Even worse, we request him to re-raise his MTU:
|
Hi,
i got problems while connecting ...
There are no probs to connect, read etc. via bluetoothctl - tool.
Any suggestions?
The text was updated successfully, but these errors were encountered: