# Jasonchenlijian/FastBle

Android Bluetooth Low Energy (BLE) Fast Development Framework. It uses simple ways to filter, scan, connect, read ,write, notify, readRssi, setMTU, and multiConnection.

Repository: https://github.com/Jasonchenlijian/FastBle
Canonical: https://ross.abutalabs.com/products/fastble
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android, bluetooth, ble, blue
Last push: 2026-04-17T08:58:51+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 77, release rhythm 8, longevity 100
- inputs: {"age_days": 3663, "days_push": 138, "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 5504, forks 1243 (observed 2026-08-28T04:09:21.752515+00:00)

## What it is
FastBle is an Android Bluetooth Low Energy development framework that simplifies BLE operations like scanning, filtering, connecting, reading, writing, and notifications. It supports multi-device connections, auto-reconnection, RSSI reading, and MTU configuration through a fluent Java API.

## Use cases
- scan and filter BLE devices by name, MAC, or UUID on Android
- connect to multiple BLE peripherals simultaneously
- read and write BLE characteristics with notifications and indications
- implement auto-reconnection for BLE devices with retry logic
- read signal strength (RSSI) and set MTU for BLE connections
- build an Android app that talks to BLE sensors or wearables

## When to choose
- you are building an Android app in Java that communicates with BLE devices
- you need multi-device BLE connections with simple callback-based APIs
- you want built-in reconnection, timeouts, and scan filtering without writing raw BluetoothGatt code

## When to avoid
- you are developing for iOS, desktop, or non-Android platforms
- you need Kotlin-first or coroutine/Flow-based BLE APIs
- your project requires BLE features outside the Android BLE stack, such as Bluetooth Classic

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

## Member repositories
- Jasonchenlijian/FastBle (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:21.752515+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-29T17:56:17.191539+00:00, confidence not recorded.
  - readme: https://github.com/Jasonchenlijian/FastBle (fetched 2026-08-28T04:09:21.752515+00:00, sha b12eaf2a8772)
- Data as of 2026-08-30T08:39:29.467469+00:00.
