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

refactor: Split endpoint to transport and instance #1803

Merged
merged 3 commits into from
Oct 3, 2023

Commits on Aug 19, 2023

  1. refactor: Split endpoint to transport and instance

    Changed the endpoints code to rename the existing endpoint types to
    "transport" and add the concept of "endpoint instances". A transport is
    the method by which data is sent, while instances allow describing
    multiple endpoints that use the same transport (e.g. bluetooth profiles)
    
    Also added new APIs to get the total number of possible endpoint
    instances and assign each instance a unique index, which can be used
    for tracking separate state for each endpoint in other code files.
    joelspadin committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e4ae6b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    7f5b6cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396344e View commit details
    Browse the repository at this point in the history