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.
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.
Demo.apk Click to download
Demo BleExplorer download link: https://github.com/logan0817/BleExplorer
Demo BleExplorer Github Repository link: https://fir.xcxwo.com/BleExplorer
Search | Filter | Connecting devices | Load services | Bluetooth operation |
implementation "androidx.bluetooth:bluetooth:1.0.0-alpha02"
Demo.apk 点击下载
DEMO BleExplorer 下载地址链接: https://fir.xcxwo.com/BleExplorer
Demo BleExplorer Github 仓库地址: https://github.com/logan0817/BleExplorer
搜索 | 过滤 | 连接设备 | 加载服务和特征值 | 蓝牙操作 |