-
Notifications
You must be signed in to change notification settings - Fork 2.2k
tv-casting-app/tv-app target app, commissioner passcode flow #38856
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
tv-casting-app/tv-app target app, commissioner passcode flow #38856
Conversation
PR #38856: Size comparison from a46f52c to 5776a4c Full report (11 builds for cc13x4_26x4, cc32xx, qpg, stm32, tizen)
|
PR #38856: Size comparison from a46f52c to 3e187d5 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #38856: Size comparison from 6876fcb to 5541705 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38856 +/- ##
===========================================
+ Coverage 57.26% 72.79% +15.53%
===========================================
Files 130 725 +595
Lines 12654 51238 +38584
===========================================
+ Hits 7246 37300 +30054
- Misses 5408 13938 +8530 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fixing tv-casting-app CI test
5541705
to
75c3ab9
Compare
PR #38856: Size comparison from b7e1236 to 75c3ab9 Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Stop using Vendor ID 1111 for the target content app when running the commissioner generated passcode commissioning flow. This was causing confusion among developers. The TV content app with Vendor ID 1111 does not allow list the client’s Vendor ID 65521 which is why, upon successful commissioning the tv-casting-app did not receive and was not able to interact with Endpoints with Vendor ID 1111. This also caused re-connection issues since Endpoints with Vendor ID 1111 were not cached.
Change Summary
Testing
Verified and tested locally with the Linux tv-casting-app (mobile app) and the Linux tv-app (CastingPlayer). Able to build and commission with the example app using both the commissionee and commissioner generated passcode flows. Able to re-establish connection with a CastingPlayer which has already been commissioned.