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

Peripheral is still connected after app closed #92

Open
yanshouwang opened this issue Aug 18, 2023 · 0 comments
Open

Peripheral is still connected after app closed #92

yanshouwang opened this issue Aug 18, 2023 · 0 comments

Comments

@yanshouwang
Copy link

I have written a plugin with bluez to support Linux platform, but I found two issues after test.
The first issue is peripheral is still connected after I closed the app, this is not an expected behavior on the other platforms.
The second issue is The bluez objects, such as bluezAdapter, bluezCharacteristic, etc, is not override the hashCode and the equals method, this cause the same adapter, characteristic or other objects can't equals although they have same address or uuid,and also there will have characteristics with the same uuid but in different services, so we can't use uuid easily to judge whether two characteristics are the same instance

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