Skip to content
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

CHIP-TOOL can't provision CHIP-TV using BLE #15012

Closed
jeonghwan7 opened this issue Feb 10, 2022 · 1 comment · Fixed by #15525
Closed

CHIP-TOOL can't provision CHIP-TV using BLE #15012

jeonghwan7 opened this issue Feb 10, 2022 · 1 comment · Fixed by #15525
Assignees
Labels

Comments

@jeonghwan7
Copy link
Contributor

jeonghwan7 commented Feb 10, 2022

Problem

  • expected behavior
    -> chip-tool can provision chip-tv-app using ble

  • actual behavior
    -> chip-tool can't provision chip-tv-app using ble

  • steps to reproduce

  1. lunch example tv-app

  2. using provisioning command
    sudo ./chip-tool pairing ble-wifi 1 chip-wifi qwerasdf 65956980 2000

Proposed Solution

Because chip-tv-app supports commissioners and commissioners, transport managers are initialized three times during the initialization process.
During initialization process, UMH Pool also changes state then chip-tv-app can't be provisioning by chip-tool using BLE.
In additionally if disable CHIP_DEVICE_CONFIG_ENABLE_COMMISSIONER_DISCOVERY(DISABLE Commissioner in tv-app), It is working well using ble.

@chrisdecenzo chrisdecenzo self-assigned this Feb 11, 2022
@jeonghwan7
Copy link
Contributor Author

This is fixed by applying PR (#15468)

@jeonghwan7 jeonghwan7 changed the title Chip-tool can't provision chip-tv using ble CHIP-TOOL can't provision CHIP-TV using BLE Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants