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

Minor details and useless functionalities #12

Open
Sartharian opened this issue Jun 7, 2023 · 0 comments
Open

Minor details and useless functionalities #12

Sartharian opened this issue Jun 7, 2023 · 0 comments

Comments

@Sartharian
Copy link

Sartharian commented Jun 7, 2023

  1. The IResponseListener's interface implementation does not contain a definition for state codes like IBLEWriteResponse's implementation does with Code.toString()
    Please edit the docs for make suggested use of "Constants" instead of "int"

  2. The only way to determine if the paired device is connected is by calling getCurrentDeviceAddress(String mac).
    isCurrentDeviceConnected() also isDeviceConnected() are both useless (return false anyways).

  3. NullPointerException after FindDeviceByPhone's onDevFounded caller interface was invoked (to check if the device is founded by user is impossible if the caller interface instance is never setted on library ).
    (i'm getting the stacktrace, will edit soon)

Cheers & happy coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant