# android-bluetooth-serial-rs
Android API wrapper handling Bluetooth classic RFCOMM/SPP connection.
This crate is looking for maintainers!
### Permission
- <https://docs.rs/crate/cargo-apk/latest>
- <https://developer.android.com/develop/connectivity/bluetooth/bt-permissions>
### TODO
- 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.