We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
address_to_bytes
The test for address_to_bytes looks pretty suspect:
bluetooth-data-tools/tests/test_utils.py
Line 27 in daac28d
– why would bytes-ifying a 6-octet string result in 4 binary bytes?
That said, it doesn't look like anything within the library uses the (possibly broken?) function. Should it be removed?
The text was updated successfully, but these errors were encountered:
I think one of the ble libs uses it but I can remember which one for the life of me
Sorry, something went wrong.
I can't seem to find any usage of it. I think we can drop it
No branches or pull requests
The test for
address_to_bytes
looks pretty suspect:bluetooth-data-tools/tests/test_utils.py
Line 27 in daac28d
– why would bytes-ifying a 6-octet string result in 4 binary bytes?
That said, it doesn't look like anything within the library uses the (possibly broken?) function. Should it be removed?
The text was updated successfully, but these errors were encountered: