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

Commits on Nov 17, 2023

  1. apps/bttester: update Mesh commands

    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.
    KKopyscinski committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9a99fe7 View commit details
    Browse the repository at this point in the history
  2. apps/bttester: add TTL to model_send command

    Field was missing.
    KKopyscinski committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    2b8a8e9 View commit details
    Browse the repository at this point in the history