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
When I try to run the adv_airpods.py script, there is an error below:
adv_airpods.py
Traceback (most recent call last): File "/home/kali/playgroud/apple_bleee/adv_airpods.py", line 26, in <module> toggle_device(dev_id, True) ~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/home/kali/playgroud/apple_bleee/utils/bluetooth_utils.py", line 97, in toggle_device fcntl.ioctl(hci_sock.fileno(), ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ bluez.HCIDEVUP if enable else bluez.HCIDEVDOWN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ request[0]) ^^^^^^^^^^^ OSError: [Errno 19] No such device
Is there anyone have the same problem? How to fix it?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to run the
adv_airpods.py
script, there is an error below:Is there anyone have the same problem? How to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: