-
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
[SQA] Issue with Ble pairing. #26512
Comments
Chances are #26418 fixed this. |
I am having the same issue with esp32 as DUT and the RPi as matter controller. Chip-tool just stops after Device discriminator match and waits at "Attempting to connect" System configuration: I have tried Ubuntu 22.04, 22.10 on the RPi and I tried all the steps regarding turning on /off Bluetooth device. And also I tried reinstalling bluez. Same logs as @Saravana-kr22 |
This is a known issue and should be fixed with #26418. @Saravana-kr22 @oidebrett |
Now works! I possibly was using a more recent commit. Anyway I tried the commit hash for the above fix (d55c592) and commissioning over BLE now works for me. I must have been mistaken on the commit hash I was using when I experienced the error. [1683833109.175347][1094:1096] CHIP:TOO: Device commissioning completed with success Thanks! |
@tehampson I have verified with the latest ToT master: a3b4005. This issue is resolved. |
Description:
There is an issue in ble pairing, While chip-tool tries to pair using ble -wifi or ble-thread chip-tool is struct at the moment it finds the device as below.
Steps to reproduce:
./chip-tool pairing ble-wifi 1 <ssid> <password> 20202021 3840
System configuration:
Chip-tool - RPI-4, 8GB RAM
DUT - RPI - RPI-4, 8GB RAM and Thread - nrf52840-dk.
Platform : ble-wifi,ble-threda
Commit-ID:6c0c5ea6d2b8f38c6b36b83195b6ee55384bb599
Dut application: all-clusters-app
Logs:
ble-wifi:
Wifi log TH.txt
Wifi log DUT.txt
ble-thread:
threadlog.txt
The text was updated successfully, but these errors were encountered: