alexmoon / bluest

Cross-platform Rust crate for working with Bluetooth Low Energy devices.
Apache License 2.0
64 stars 11 forks source link

Android support #9

Open Dirbaio opened 8 months ago

Dirbaio commented 8 months ago

I've started to work on Android support at https://github.com/akiles/bluest/tree/android .

Are you OK with PRs implementing only part, leaving some stuff as "not implemented yet"? My current goal is implementing scanning, connecting, L2CAP channels and perhaps basic GATT (we don't use GATT in our product), so I probably won't have time available to implement the full API in the short term.

alexmoon commented 8 months ago

Yes, I think partial support is better than no support. We'd just need to document it clearly. (We may want to put it behind an unstable feature flag, though)

Did you ever find a way to support L2CAP on Windows?

Dirbaio commented 8 months ago

it seems it's not supported on windows, no :(