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 is a development framework for Android designed to simplify scanning, connecting, and exchanging data with Bluetooth Low Energy devices. It provides a structured transport layer for managing communication and a dedicated system for discovering nearby peripherals. The framework features a multi-connection manager that maintains simultaneous links to several peripherals and employs automated reconnection logic to ensure stability. It includes a data transport layer that handles automatic packet splitting for payloads that exceed standard transmission limits. The library covers device d
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.