Reedyuk / blue-falcon

A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
https://bluefalcon.dev
Apache License 2.0
321 stars 43 forks source link

Add information about Bluetooth Classic to the README or change terminology to "BLE" #100

Closed okarmazin closed 2 weeks ago

okarmazin commented 1 year ago

The README is confusing. It insists on using the word "Bluetooth" (which means Bluetooth Classic), but then all examples are given in terms of BLE. They are not interchangeable.

Does this library implement Bluetooth Classic, or only BLE? The README doesn't say. It does seem like this is in fact a BLE library.

Reedyuk commented 1 year ago

You should be able to discover classic bluetooth devices and connect to them. The library is really just a wrapper of the pre-existing bluetooth services offered by the platforms. If there is something missing, it should be easy enough to add.

Reedyuk commented 1 year ago

actually i stand corrected, you are right. Currently the library doesnt support classic bluetooth, only BLE. Happy for you to write the code to support classic bluetooth though.