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

applications: nrf_desktop: Add state machine and forced scan state to BLE scan module #12107

Merged
merged 3 commits into from
Aug 23, 2023

Commits on Aug 23, 2023

  1. applications: nrf_desktop: Increase L2CAP TX buffer count on dongles

    Change increases number of L2CAP TX buffers on dongles. This is needed
    to use new scanning algorithm that allows to connect with next peer
    before HID subscription is finished for the previously connected peer.
    
    Jira: NCSDK-20843
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    MarekPieta committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4f3add0 View commit details
    Browse the repository at this point in the history
  2. applications: nrf_desktop: Add state machine to BLE scan module

    Change introduces a state machine to BLE scan module.
    
    Jira: NCSDK-20843
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    MarekPieta committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c4f2f99 View commit details
    Browse the repository at this point in the history
  3. applications: nrf_desktop: Introduce forced scan state

    Change introduces forced scan state. In this state scanning is not
    interrupted by HID data transmission to host. The new state speeds up
    connection establishment.
    
    Jira: NCSDK-20843
    
    Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
    MarekPieta committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    16c244c View commit details
    Browse the repository at this point in the history