# dingjikerbo/Android-BluetoothKit

Android BLE蓝牙通信库

Repository: https://github.com/dingjikerbo/Android-BluetoothKit
Canonical: https://ross.abutalabs.com/products/android-bluetoothkit
Language: Java
License: Apache-2.0
License Family: permissive
Topics: ble, android-ble, beacon
Last push: 2023-04-25T06:02:54+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3982, "days_push": 1226, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3695, forks 760 (observed 2026-08-28T04:08:14.851720+00:00)

## What it is
An Android BLE Bluetooth communication library that wraps the native Android Bluetooth API with a simple client interface. It supports device scanning (BLE and classic), connection management, read/write operations, notifications, and beacon parsing.

## Use cases
- scan for BLE devices on Android
- connect to Bluetooth LE peripherals from an Android app
- read and write BLE device characteristics
- subscribe to BLE notifications
- parse beacon scan records
- manage multiple Bluetooth device connections reliably

## When to choose
- building an Android app that communicates with BLE hardware like wearables, sensors, or beacons
- you need a task-queued, fault-tolerant layer over Android's flaky Bluetooth APIs
- you want unified connection management across multiple BLE devices

## When to avoid
- developing for platforms other than Android
- you need Bluetooth audio (A2DP) or other classic Bluetooth profiles beyond scanning
- you need a library with frequent updates and modern Kotlin APIs

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: mobile-development, developer-tools, iot
- platform: jvm
- tags: bluetooth, ble, beacon, android-library, device-communication, android, mobile

## Member repositories
- dingjikerbo/Android-BluetoothKit (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:14.851720+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:05.429031+00:00, confidence not recorded.
  - readme: https://github.com/dingjikerbo/Android-BluetoothKit (fetched 2026-08-28T04:08:14.851720+00:00, sha 0b3eb6a07a0a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
