Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
okarmazin opened this issue Mar 25, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@okarmazin
Copy link

okarmazin commented Mar 25, 2023

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
Copy link
Owner

Reedyuk commented Mar 25, 2023

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
Copy link
Owner

Reedyuk commented Mar 25, 2023

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.

@Reedyuk Reedyuk added the enhancement New feature or request label Mar 25, 2023
@Reedyuk Reedyuk closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants