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
implementation "androidx.bluetooth:bluetooth:1.0.0-alpha02"