-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Android App failed to commission lighting app - Connect hands hake timed out #8774
Comments
This is the same as #7078, but for Linux (Bluez).
253 = 0xFD. In the bluedroid source we can see that this represents |
Android chip-tool was not working with efr32 at the time of TE4 branch. |
@jmartinez-silabs will the fix for EFR32 also fix lighting-app on Linux? I saw there's some platform specific change for EFR32 in the fix for #8666 |
@fengli the fix i linked only applies to efr32. I do not know if it is the same issue with linux app |
Looking at the code now. Unfortunately I don't have a Linux machine to test on; I ordered a raspberry pi but it will take a couple days to arrive. |
Hi, is there any progress with this issue? Thanks. |
@Damian-Nordic Do you have any update here? |
I meet the same issue, any update on this? |
Hi, I tried the following changes yesterday to support BLE notifications on the Linux peripheral side:
Unfortunately, it's not enough and although the processing goes a little bit further, Bluez somehow doesn't deliver the second message to the app. I'm afraid I won't have time to investigate it further this week, but I'm pasting the diff in case someone else has spare time to take a look into that. |
Get the application work if revert below change. commit bc3d6bf
|
Hi everyone, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
1 similar comment
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
not reproduced |
Problem
On test-event-4 branch, I was testing android example app to commission lighting app and it failed with
BLE : connect handshake timed out, closing ep 0x7a059745f0
.Setup:
Relevant output from Android example app:
Full log see: device_log.txt
Relevant output from lighting app
Notes
Tested also with chip-tool running on macbook and lighting-app on Raspberry-PI, the commission succeeded.
Proposed Solution
N/A
The text was updated successfully, but these errors were encountered: