Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nordicsemi/Android-BLE-Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.0
Choose a base ref
...
head repository: nordicsemi/Android-BLE-Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 4 contributors

Commits on Mar 6, 2025

  1. Update readme to version=2.10.0

    Github Action committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    bc4aafd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Fixes issue where gatt is not closed before the next 'connectGatt' is…

    … being called resulting resources allocated for gatt is not released until the application is stopped/killed
    junebeans committed May 29, 2025
    Configuration menu
    Copy the full SHA
    6ca4973 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    08d1501 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #621 from LuoPeiQin/main

    Fix the issue where gatt.disconnect() may throw a SecurityException
    philips77 authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    5d2abcd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #620 from junebeans/gatt-stays-open-in-background

    `connectGatt` is successful without previous gatt not being closed
    philips77 authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    78ad90d View commit details
    Browse the repository at this point in the history
Loading