Android API wrapper handling Bluetooth classic RFCOMM/SPP connection.
This crate is looking for maintainers!
- https://docs.rs/crate/cargo-apk/latest
- https://developer.android.com/develop/connectivity/bluetooth/bt-permissions
- Add a function and an enum for checking the bluetooth state.
- Add functions for permission request and enabling bluetooth. https://developer.android.com/develop/connectivity/bluetooth/setup
- Add functions for device discovery and pairing.
- Provide an asynchronous interface.