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

Support customized implementation method name #8841

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 4, 2024

  1. Support customized implementation method name

    1. Expand Implementation with a new method called methodName for mapped
       method name.
    2. Expand SdkStore to consider mapped shadow method for validation.
    3. Expand shadow method finding logic when running to add mapped shadow
       method finding logic as the third priority after looseSignature.
    4. Split `ShadowBluetoothAdapter#setScanMode` into two methods for
       different SDKs to test mapped shadow method.
    
    Signed-off-by: utzcoz <utzcoz@outlook.com>
    utzcoz committed May 4, 2024
    Configuration menu
    Copy the full SHA
    039de38 View commit details
    Browse the repository at this point in the history