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

apps/bttester: update Mesh commands #1652

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Conversation

KKopyscinski
Copy link
Contributor

BTP_MESH_INIT now only initialises Mesh. It expects additional field defining which composition data to use. For now it's parsed but ignored (we use always same composition data)

Introduced BTP_MESH_START command that enables Mesh advertising, as before it was in BTP_MESH_INIT. Command may be longer now, because static_auth can be 32 octets long. Additional field static_auth_length is ignored for now, as we support only 16 octet long auth.

BTP_MESH_INIT now only initialises Mesh. It expects additional field
defining which composition data to use. For now it's parsed but ignored
(we use always same composition data)

Introduced BTP_MESH_START command that enables Mesh advertising, as
before it was in BTP_MESH_INIT. Command may be longer now, because static_auth
can be 32 octets long. Additional field `static_auth_length` is ignored
for now, as we support only 16 octet long auth.
@sjanc sjanc merged commit 619032f into apache:master Nov 21, 2023
16 checks passed
@KKopyscinski KKopyscinski deleted the mesh_fixes_11_23 branch February 13, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants