2 个仓库
Specialized Android frameworks for simplifying Bluetooth Low Energy communication.
Distinct from Android Application Frameworks: Narrows Android application frameworks to the specific domain of BLE connectivity.
Explore 2 awesome GitHub repositories matching mobile development · BLE Development Frameworks. Refine with filters or upvote what's useful.
FastBle 是一个 Android 开发框架,旨在简化扫描、连接和与低功耗蓝牙(BLE)设备交换数据的过程。它提供了一个用于管理通信的结构化传输层,以及一个用于发现附近外设的专用系统。 该框架具有多连接管理器,可维持与多个外设的并发链接,并采用自动重连逻辑以确保稳定性。它包括一个数据传输层,可处理超过标准传输限制的负载的自动分包。 该库涵盖通过名称和地址过滤器进行设备发现、信号强度监控,以及配置传输参数以优化数据吞吐量。
Provides a structured framework for scanning, connecting, and exchanging data with BLE devices on Android.
RxAndroidBle is a reactive framework designed to simplify Bluetooth Low Energy interactions on Android. It functions as a wrapper for the system Bluetooth stack, converting low-level asynchronous callbacks into observable streams to manage device discovery, connection lifecycles, and data communication. The library distinguishes itself by normalizing inconsistent vendor-specific Bluetooth behaviors into a predictable interface, ensuring reliable cross-device compatibility. It incorporates an internal operation queueing mechanism that serializes concurrent hardware requests, preventing command
Provides a framework for discovering, connecting to, and communicating with Bluetooth hardware peripherals through reactive event handling.