awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesBLE Integration

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.

Awesome BLE Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jasonchenlijian/fastbleJasonchenlijian 的头像

    Jasonchenlijian/FastBle

    5,496在 GitHub 上查看↗

    FastBle 是一个 Android 开发框架,旨在简化扫描、连接和与低功耗蓝牙(BLE)设备交换数据的过程。它提供了一个用于管理通信的结构化传输层,以及一个用于发现附近外设的专用系统。 该框架具有多连接管理器,可维持与多个外设的并发链接,并采用自动重连逻辑以确保稳定性。它包括一个数据传输层,可处理超过标准传输限制的负载的自动分包。 该库涵盖通过名称和地址过滤器进行设备发现、信号强度监控,以及配置传输参数以优化数据吞吐量。

    Simplifies the process of scanning, connecting, and communicating with BLE devices on Android.

    Javaandroidbleblue
    在 GitHub 上查看↗5,496
  • aicareles/android-bleaicareles 的头像

    aicareles/Android-BLE

    2,845在 GitHub 上查看↗

    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.

    Java
    在 GitHub 上查看↗2,845
  1. Home
  2. Mobile Development
  3. Android Ecosystem
  4. Android Development
  5. BLE Integration