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
I got this working but one thing was not clear to me until I did some debugging in the python REPL.
In my case, I do not set the device ID in the listener.py to the mac address listed by bluetoothctl.
Rather you can see the device id to use from the udevadm monitor --environment and it should be the HID_PHYS one
udevadm monitor --environment
HID_PHYS=dc:a6:32:b0:b4:46 HID_UNIQ=0c:fc:83:ee:80:21 SEQNUM=18949
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got this working but one thing was not clear to me until I did some debugging in the python REPL.
In my case, I do not set the device ID in the listener.py to the mac address listed by bluetoothctl.
Rather you can see the device id to use from the
udevadm monitor --environment
and it should be the HID_PHYS oneThe text was updated successfully, but these errors were encountered: