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

[1.3] Implement Non-Concurrent Spec Change #8728 in SDK #31660

Closed
simonhmorris1 opened this issue Jan 24, 2024 · 0 comments · Fixed by #31739
Closed

[1.3] Implement Non-Concurrent Spec Change #8728 in SDK #31660

simonhmorris1 opened this issue Jan 24, 2024 · 0 comments · Fixed by #31739
Labels
bug Something isn't working linux needs triage

Comments

@simonhmorris1
Copy link
Contributor

simonhmorris1 commented Jan 24, 2024

Reproduction steps

Run in non-concurrent mode.
The ConnectNetworkResponse(Success) is not sent as required by the https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8728 spec change.
https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8728

Non-concurrent mode in lighting app requires examples/lighting-app/linux/include/CHIPProjectAppConfig.h to be modified as follows.
#define CHIP_DEVICE_CONFIG_SUPPORTS_CONCURRENT_CONNECTION 0

Bug prevalence

Every time.

GitHub hash of the SDK that was being used

88c0d58

Platform

raspi

Platform Version(s)

Head of SDK

Type

Spec Compliance Issue

Anything else?

https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8728

@simonhmorris1 simonhmorris1 added bug Something isn't working needs triage labels Jan 24, 2024
@github-actions github-actions bot added the linux label Jan 24, 2024
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Jan 24, 2024
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Jan 26, 2024
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Jan 30, 2024
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Jan 31, 2024
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Feb 5, 2024
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Feb 5, 2024
Use mState instead of mTerminateOnPacketTxComplete
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Feb 6, 2024
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Feb 13, 2024
Close GATT so that BlueZ will disconnect.
Add kOperationalNetworkStarted event type
simonhmorris1 added a commit to simonhmorris1/connectedhomeip that referenced this issue Feb 14, 2024
@mergify mergify bot closed this as completed in #31739 Feb 14, 2024
mergify bot pushed a commit that referenced this issue Feb 14, 2024
…31739)

* Update Non-concurrent mode to latest spec (#31660)

* Handle unused variable (#31660)

* Restyled by clang-format

* Trigger from BTP, use regular member (#31660)

* Fix override (#31660)

* Restyled by whitespace

* Restyled by clang-format

* Use generic OperationalNetworkStarted (#31660)

* Replace variable with mState (#31660)
Use mState instead of mTerminateOnPacketTxComplete

* Sorted namespace out (#31660)

* Restyled by clang-format

* Address review comments (#31660)ffffffffffffffffffff

Close GATT so that BlueZ will disconnect.
Add kOperationalNetworkStarted event type

* Restyled by clang-format

* Access BleLayer mState through function (#31660)

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
raul-marquez-csa pushed a commit to raul-marquez-csa/connectedhomeip that referenced this issue Feb 16, 2024
…roject-chip#31739)

* Update Non-concurrent mode to latest spec (project-chip#31660)

* Handle unused variable (project-chip#31660)

* Restyled by clang-format

* Trigger from BTP, use regular member (project-chip#31660)

* Fix override (project-chip#31660)

* Restyled by whitespace

* Restyled by clang-format

* Use generic OperationalNetworkStarted (project-chip#31660)

* Replace variable with mState (project-chip#31660)
Use mState instead of mTerminateOnPacketTxComplete

* Sorted namespace out (project-chip#31660)

* Restyled by clang-format

* Address review comments (project-chip#31660)ffffffffffffffffffff

Close GATT so that BlueZ will disconnect.
Add kOperationalNetworkStarted event type

* Restyled by clang-format

* Access BleLayer mState through function (project-chip#31660)

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linux needs triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant