android-bluetooth-serial 0.1.1

Android API wrapper handling Bluetooth classic RFCOMM/SPP connection.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.