BleExplorer
Jetpack蓝牙演示,这个项目使用Jetpack Bluetooth库来实现我们用于开发的一些日常功能:搜索,连接,发现服务,蓝牙操作[读,写,通知]。
AndroidX蓝牙是Jetpack库套件的新增功能。虽然目前处于阿尔法阶段,但该系统已经提供了强大的安全措施,解决了Android BLE开发中的常见陷阱。
如何使用AndroidX蓝牙库
首先,在build.gradle中导入工件。
implementation "androidx.bluetooth:bluetooth:1.0.0-alpha02"
注意:作为集成测试的一部分/让人们不要在生产中使用它,因为它仍处于alpha版本。
如何使用:查看代码,或下载demoapk
DEMO BleExplorer 下载地址链接: https://fir.xcxwo.com/BleExplorer

Demo BleExplorer Github 仓库地址: https://github.com/logan0817/BleExplorer
Demo 截图
搜索
|
过滤
|
连接设备
|
加载服务和特征值
|
蓝牙操作
|
-------------- English --------------
BleExplorer
Jetpack Bluetooth DEMO, this project uses the Jetpack Bluetooth library to implement some daily functions that we use for development:Search, connect, discover services, Bluetooth operations [read, write, notify].
AndroidX Bluetooth is a new addition to the Jetpack Suite of libraries. While currently in its alpha stage, the system already provides robust safety measures addressing common pitfalls in Android BLE development.
How to use AndroidX Bluetooth library
First of all, import the artifact in your build.gradle.
implementation "androidx.bluetooth:bluetooth:1.0.0-alpha02"
Note: As part of integration testing/advise people not to use it in production as it is still in alpha version.
How to use: Look at the code, or download demoapk
Demo BleExplorer download link: https://github.com/logan0817/BleExplorer

Demo BleExplorer Github Repository link: https://fir.xcxwo.com/BleExplorer
Demo Screenshot
Search
|
Filter
|
Connecting devices
|
Load services
|
Bluetooth operation
|


搜索
过滤
连接设备
加载服务和特征值
蓝牙操作

284

被折叠的 条评论
为什么被折叠?



