xiaoyaoyou1212/BLE
✨Android BLE基础操作框架,基于回调,操作简单。包含扫描、多连接、广播包解析、服务读写及通知等功能。 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3680
- days_rel: n/a
- days_push: 3019
- n_releases_24m: 0
Adoption not part of the score
1398 stars · 360 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An Android BLE (Bluetooth Low Energy) operation framework written in Java that simplifies device communication with a callback-based API. It provides scanning with configurable filters, multi-device connection management with LRU eviction, advertisement packet parsing, and GATT service read/write/notify operations.
Use cases
- scan and filter BLE devices on Android
- manage multiple Bluetooth device connections
- parse BLE advertisement broadcast packets
- read and write GATT characteristics and subscribe to notifications
- auto-reconnect to BLE devices with retry logic
- limit concurrent BLE connections with LRU eviction
When to choose
- you need a simple callback-based Android BLE library for scanning and multi-device GATT communication
- you want built-in scan filters by name, MAC, UUID, or signal strength
- you need configurable timeouts, retries, and max connection counts out of the box
When to avoid
- you need data framing such as packet splitting and reassembly, which the library explicitly does not handle
- you target modern Android BLE APIs or need active maintenance and recent updates
- you need a Kotlin-first or coroutine/Flow-based BLE library
Facets
library · maturity maintenance
sdk developer-tools android-tools iot mobile-development jvm bluetooth-low-energy ble-scanning ble-connections callback-based gatt android mobile
1 source
- readme: https://github.com/xiaoyaoyou1212/BLE · fetched 2026-08-28 · 246b0da67c6c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| xiaoyaoyou1212/BLE | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="xiaoyaoyou1212/BLE")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem