-
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
Commissioning over BLE is failing on Master Branch #14595
Comments
@sowmyassp - what platform are you running the commisioner on? Generally BLE differs greatly between mac/linux/android and in linux it may be useful to differentiate between RPi and ubuntu/other. Also #14472 talks about core dumps. |
Guessing the coredump is a sideffect of 'failed happy path' so the first thing we want to fix is probably the happy path bit. |
@andy31415 I believe this happening on raspi platform. |
This is related to the network feature map changes.
^ This is the feature map query for the network cluster. The DUT is indicating that it is thread device. If the DUT is wifi, it needs to have the zap file updated to reflect that. |
Where is this default value coming from? I would like to surface this info in .matter IDL files to make it easy to review, but I am totally unclear how the default value makes its way into responses :( |
I am not even clear it is zap: https://github.com/project-chip/connectedhomeip/blob/master/examples/all-clusters-app/all-clusters-common/all-clusters-app.zap#L2314 says |
I was also under the impression that this is the defaul value. and the feature map is set to 1 (wifi) for in all zap configs I saw. fwiw, I get the same error with lighting app on thread platform. |
What are the platform and app being used here? |
Its happening on both Thread and Raspi Linux platform. |
In my case, EFR32 Lighting-app, lock-app, window-cover-app |
Please see slack discussion https://csamembers.slack.com/archives/G014G30SVV0/p1643655728185279 for more context. Network commissioning issue is tracked here: |
I believe it may be fixed - at least for linux and esp32, thread will need some tests and maybe fixes and I need to setup a test environment for that. |
Commissioning over BLE is working now with recent commitID - cab1ff9 |
Problem
Commissioning over BLE is failing on Master Branch (CommitID - 8b503ad ).
Attached log :
pairing_failure_dut.txt
pairing_failure_cntrl.txt
The text was updated successfully, but these errors were encountered: