-
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
BLE connection failure between Android chip tool and EFR32 Lock App #7078
Comments
After having discussion with @Damian-Nordic it seems the current spec requires support for BLE GATT notifications instead of indications and Android CHIP Tool sets the CCCD descriptor to receive notification . Its seems like EFR32 platform couldn't handle that write to the CCCD properly and interpreted that as an "unsubscribe" event. Here are the 2 relevant PRs which other platforms including EFR32 must implement to replace indications with GATT notifications - |
@mkardous-silabs, are you gonna make the change on EFR32 lock app? |
Fixed with #8666 |
Problem
BLE connection failure with the latest android chip tool built from master and EFR32 lock app because of which Thread commissioning using Android CHIP -tool fails.
EFR32 side logs
Proposed Solution
BLE connection should be successful between Android CHIP-tool as well as efr32 lock app.
The text was updated successfully, but these errors were encountered: