# aicareles/Android-BLE

Android-BLE蓝牙框架,提供了扫描、连接、使能/除能通知、发送/读取数据、接收数据,读取rssi,设置mtu等蓝牙相关的所有操作接口,内部优化了连接队列,以及快速写入队列, 并支持多服务通讯,可扩展配置蓝牙相关操作。

Repository: https://github.com/aicareles/Android-BLE
Canonical: https://ross.abutalabs.com/products/android-ble
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2024-11-24T06:37:16+00:00

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

## Adoption (not part of the score)
Stars 2843, forks 475 (observed 2026-08-28T04:07:24.863978+00:00)

## What it is
An Android Bluetooth Low Energy (BLE) framework in Java that wraps all BLE operations—scanning, connecting, notifications, read/write, RSSI, MTU—behind a simple API. It includes optimized connection and write queues, multi-service communication, and extensible configuration.

## Use cases
- connect to BLE devices from an Android app
- scan and filter nearby Bluetooth LE devices
- send and receive data over BLE characteristics
- manage multiple BLE device connections with a queue
- read RSSI and set MTU on Android
- build an Android app for BLE IoT peripherals

## When to choose
- you're building an Android app that talks to BLE hardware like wearables or sensors
- you want a higher-level API over Android's verbose BluetoothLe APIs
- you need connection/write queuing and multi-service support out of the box

## When to avoid
- you need cross-platform BLE (iOS, desktop)
- your project is Kotlin-first and you prefer a Kotlin coroutines/Flow-based BLE library
- you target Bluetooth Classic rather than BLE

## Facets
- artifact type: library
- maturity: active
- function: sdk, developer-tools, concurrency
- domain: android-tools, mobile-development, developer-tools, iot
- platform: jvm
- tags: bluetooth, ble, bluetooth-low-energy, android-library, iot-connectivity, android, mobile

## Member repositories
- aicareles/Android-BLE (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:24.863978+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-30T07:37:12.986528+00:00, confidence not recorded.
  - readme: https://github.com/aicareles/Android-BLE (fetched 2026-08-28T04:07:24.863978+00:00, sha a3d2a841c574)
- Data as of 2026-08-30T08:39:29.467469+00:00.
