-
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
Add ability to establish PASE over BLE to Python DeviceController #22985
Add ability to establish PASE over BLE to Python DeviceController #22985
Conversation
This adds the ability to just establish PASE over BLE to the Python device controller. This then makes it possible to write custom commissioning code in Python if needed.
PR #22985: Size comparison from e08db05 to 0294bbe Increases (6 builds for cc13x2_26x2, esp32, psoc6, qpg)
Decreases (7 builds for bl602, bl702, cc13x2_26x2, psoc6, telink)
Full report (37 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems OK, I guess, but really instead of EstablishPASESessionIP and EstablishPASESessionBLE, or maybe in addition to them, there should be EstablishPASESession that takes a setup payload (string or parsed) and does the right thing wrt discovery and so on.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
PR #22985: Size comparison from dcf7061 to 4424c25 Increases (14 builds for bl602, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
Decreases (7 builds for bl602, cc13x2_26x2, nrfconnect, psoc6, qpg)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #22985: Size comparison from dcf7061 to 3eff5c0 Increases (10 builds for bl702, cc13x2_26x2, esp32, nrfconnect, psoc6, qpg, telink)
Decreases (5 builds for bl602, bl702, cc13x2_26x2, esp32)
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #22985: Size comparison from 241e7b0 to 70b1104 Increases (5 builds for bl602, psoc6, telink)
Decreases (2 builds for telink)
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
This adds the ability to just establish PASE over BLE to the Python device controller. This then makes it possible to write custom commissioning code in Python if needed.