Created
December 2, 2019 10:30
-
-
Save corgan2222/d0f7e09d34dc6dd31c995e7e22cdf34f to your computer and use it in GitHub Desktop.
bluetoothctl Kodi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
journalctl | grep blue #get errors from log | |
hciconfig | |
hciconfig hci0 down | |
hciconfig hci0 up | |
bluetoothctl | |
power on | |
agent on | |
devices | |
pairable on | |
scan on | |
info F4:B8:5E:7E:8D:19 | |
trust F4:B8:5E:7E:8D:19 | |
pair F4:B8:5E:7E:8D:19 | |
connect F4:B8:5E:7E:8D:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment