You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of the rendezvous code lives into CHIPDeviceController.cpp and other parts into examples/wifi-echo/server/esp32/main/RendezvousSession.cpp
Some chunks of this code can be moved down into the stack in order to not pollute too much CHIPDeviceController and keep the Pairing mechanism unexposed to the application layer on the device.
Proposed Solution
Move some of the code into src/transport/RendezvousSession.cpp
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.94. Please mark this comment with 👍 or 👎 to give our bot feedback!
Problem
Part of the rendezvous code lives into CHIPDeviceController.cpp and other parts into examples/wifi-echo/server/esp32/main/RendezvousSession.cpp
Some chunks of this code can be moved down into the stack in order to not pollute too much CHIPDeviceController and keep the Pairing mechanism unexposed to the application layer on the device.
Proposed Solution
Move some of the code into src/transport/RendezvousSession.cpp
The text was updated successfully, but these errors were encountered: