-
Notifications
You must be signed in to change notification settings - Fork 161
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
esp_matter_controller pairing queries (CON-1420) #1158
Comments
Hi, there are some callbacks in the pairing_command class to notify whether the pairing and commissioning are successful/failed. When the PASE session is established or when there is an error during PASE session establishment the For the second question, you can use |
@wqx6 Thanks again. Currently I am not creating a I guess the Alternatively, can I still create a |
I am using the new
pairing_code_thread()
API which works well. I have two questions :pairing_code_thread()
function? I see that there is apairing_command
class which can be used to assign callbacks when an object is created, but doesn't yet have parameters for working with pairing codes or QR codes.My guess is that this is still under development?
Thank you in advance.
The text was updated successfully, but these errors were encountered: