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

Add onDiscovered scan callback. #439

Merged
merged 1 commit into from
Apr 6, 2023
Merged

Add onDiscovered scan callback. #439

merged 1 commit into from
Apr 6, 2023

Commits on Aug 22, 2022

  1. Add onDiscovered scan callback.

    This adds a callback that is called when a device is initially discovered.
    It is always called wether scanning in passive or active mode. This allows
    for active scanning to receive device detection information in the case where
    the scan response is not sent/received.
    
    This callback is optional, the application may decide to implement it or not.
    h2zero committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    151c401 View commit details
    Browse the repository at this point in the history