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

[PW_SID:569881] Add Advertisement Monitor Device Found/Lost events #1052

Closed
wants to merge 4 commits into from

Commits on Oct 25, 2021

  1. workflow: Add workflow files

    This patch adds workflow files for ci:
    
    [schedule_work.yml]
      - runs every 30 mins.
      - sync repo with upstream repo and rebase workflow branch to tip of
        master.
      - creates PR after reading patches from patchwork.kernel.org
    
    [ci.yml]
      - Tests the following checks:
        - checkpatch
        - gitlint
        - make
        - make check
    
    [code_scan.yml]
        - Static code checker: Coverity and Clang
        - Coverity: Submit the result to the coverity website
        - Clang Code Scan: Send email with result file to the internal team
    
    To simplify the history, new change will amend to this patch without
    creating new patch.
    tedd-an authored and BluezTestBot committed Oct 25, 2021
    Copy the full SHA
    84375ab View commit details
    Browse the repository at this point in the history
  2. doc: Introduce the Adv Monitor Device Found/Lost events

    This patch introduces new MGMT events to indicate that the controller
    has started/stopped tracking a particular device matching one of the
    already added Advertisement Monitor.
    liveusr authored and BluezTestBot committed Oct 25, 2021
    Copy the full SHA
    3fd44bc View commit details
    Browse the repository at this point in the history
  3. lib: Add definitions of the Adv Monitor Device Found/Lost events

    This patch adds definitions of the new Advertisement Monitor Device
    Found and Device Lost events to indicate that the controller has
    started/stopped tracking a particular device.
    liveusr authored and BluezTestBot committed Oct 25, 2021
    Copy the full SHA
    e92d2fc View commit details
    Browse the repository at this point in the history
  4. adv_monitor: Receive the Device Found/Lost events

    This patch registers callback finctions to receive the Advertisement
    Monitor Device Found and Device Lost events.
    
    Test performed:
    - verified by logs that the MSFT Monitor Device is received from the
      controller and the bluetoothd is notified whenever the controller
      starts/stops monitoring a device.
    liveusr authored and BluezTestBot committed Oct 25, 2021
    Copy the full SHA
    d0d2580 View commit details
    Browse the repository at this point in the history