2 个仓库
Development of Bluetooth Low Energy connectivity features for Android applications.
Distinct from Android Development: Focuses specifically on the BLE domain of Android development rather than general app building.
Explore 2 awesome GitHub repositories matching mobile development · BLE Integration. Refine with filters or upvote what's useful.
FastBle 是一个 Android 开发框架,旨在简化扫描、连接和与低功耗蓝牙(BLE)设备交换数据的过程。它提供了一个用于管理通信的结构化传输层,以及一个用于发现附近外设的专用系统。 该框架具有多连接管理器,可维持与多个外设的并发链接,并采用自动重连逻辑以确保稳定性。它包括一个数据传输层,可处理超过标准传输限制的负载的自动分包。 该库涵盖通过名称和地址过滤器进行设备发现、信号强度监控,以及配置传输参数以优化数据吞吐量。
Simplifies the process of scanning, connecting, and communicating with BLE devices on Android.
This library is a framework for Android applications to manage Bluetooth Low Energy connectivity, peripheral discovery, and data exchange. It provides a standardized interface for integrating wireless hardware, enabling developers to handle complex communication tasks through a structured connectivity framework. The library distinguishes itself by implementing a managed operation pipeline that serializes asynchronous commands to prevent hardware collisions. It utilizes a state-machine-based approach to track connection lifecycles, which automates retry logic and maintains stable links across
Builds mobile applications that connect to and exchange data with custom hardware peripherals using standard Bluetooth Low Energy protocols.