-
Notifications
You must be signed in to change notification settings - Fork 310
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
Disconnected Reason 19 #1712
Comments
The best way to see what is going on at a lower level is to log Bluetooth packets with Wireshark as described in the troubleshooting page of the docs. |
Hello,
Thanks, I'll give that a go on Monday morning.
Cheers,
Neil
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: David Lechner ***@***.***>
Sent: Friday, January 17, 2025 3:56:21 PM
To: hbldh/bleak ***@***.***>
Cc: Neil Benn ***@***.***>; Author ***@***.***>
Subject: Re: [hbldh/bleak] Disconnected Reason 19 (Issue #1712)
The best way to see what is going on at a lower level is to log Bluetooth packets with Wireshark as described in the troubleshooting page of the docs.
—
Reply to this email directly, view it on GitHub<#1712 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAYUI73RDE3SCUPXOK5LT5L2LER2LAVCNFSM6AAAAABVLY5TJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJYGY3DMMZRGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello, That's done; looking at the packet exchange we seem to be receiving the following: 1027 15.146039 controller host HCI_EVT 7 Rcvd Command Complete (LE Set Extended Scan Enable) For some reason when we get encryption change this cause the windows computer to disconnect; I can't attach the full trace but it is available here. Do you have any ideas as to the reason it is disconnecting and can I avoid it? Has anyone else managed to get this example working in windows? Cheers, Neil |
Sounds just like this discussion: #1708 |
Hello,
Interestingly they have the error after the encryption log message exactly the same as on this case. I suspect that they are using the same hardware - however there is no solution on the referenced case.
As this is an included example for bleak it'd be good to get to the bottom of things so that in the future bleak users can execute the example code on windows.
I will present this to Nordic as so far they are just saying - not our problem, talk to Microsoft.
Cheers,
Neil
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: David Lechner ***@***.***>
Sent: Monday, January 20, 2025 3:41:03 PM
To: hbldh/bleak ***@***.***>
Cc: Neil Benn ***@***.***>; Author ***@***.***>
Subject: Re: [hbldh/bleak] Disconnected Reason 19 (Issue #1712)
Sounds just like this discussion: #1708<#1708>
—
Reply to this email directly, view it on GitHub<#1712 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAYUI7ZIJM4KLIRDQFENDB32LUKI7AVCNFSM6AAAAABVLY5TJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBSG4ZTOMZUHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello,
I've got a Nordic nrf52dk running peripheral_uart and I'm using the uart_service.py example to try and connect to it. However this doesn't connect and the RTT Viewer gives the error below repeated:
00> [21:24:23.761,810] <inf> brikwiz_base: Connected D4:D8:53:4C:5D:23 (public) 00> [21:24:24.115,875] <inf> brikwiz_base: Disconnected: D4:D8:53:4C:5D:23 (public) (reason 19)
Interestingly this also happens when you try to connect with the windows bluetooth console. Is there a way to understand what is happening here as it'll be much easier if I can communicate to the device with a windows machine.
Thanks.
Cheers,
Neil
The text was updated successfully, but these errors were encountered: