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

Use bytes to represent filter in bluez, fix #317 #452

Closed
wants to merge 1 commit into from

Conversation

tonyfettes
Copy link

I try to use beacontools to scan for Eddystone beacons, but encountered exact the same problem as in issue #317.

Another possible byte vs. unicode issue in bluez bindings I spot is function hci_send_cmd(). Its paramter params need to passed as bytes produced by struct module, but parsed as string (s#). Considering possible usage regressions it might bring, I didn't put its fix in this PR.

@ARIEnergy
Copy link

@tonyfettes Does the project pause to update???? Long time no fix the bugs and issues ....

@tonyfettes
Copy link
Author

@ARIEnergy It seems so, but I'm not a maintainer so I don't know, sorry.

@stale
Copy link

stale bot commented Aug 13, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
PyBluez is not under active development, but we still accept pull requests!
If you've resolved your issue, please post your solution and close this issue. Future users will benefit from the knowledge you share. Thank you.

@stale stale bot added the wontfix label Aug 13, 2022
@dogtopus dogtopus removed the wontfix label Aug 13, 2022
@stale
Copy link

stale bot commented Sep 21, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
PyBluez is not under active development, but we still accept pull requests!
If you've resolved your issue, please post your solution and close this issue. Future users will benefit from the knowledge you share. Thank you.

@tonyfettes
Copy link
Author

tonyfettes commented Dec 15, 2023

close dun to #488

@tonyfettes tonyfettes closed this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants