Last active
March 29, 2017 23:06
-
-
Save duncan-bayne/80c3fe5911a390ede03cda9688956d9f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
➜ ~ sudo service bluetooth start ubt0 | |
➜ ~ sudo hccontrol -n ubt0hci remote_name_request 00:18:00:3b:92:34 | |
BD_ADDR: 00:18:00:3b:92:34 | |
Name: FILCO Bluetooth Keyboard | |
➜ ~ sudo cat /etc/bluetooth/hcsecd.conf | |
# ... snip ... | |
device { | |
bdaddr 00:18:00:3b:92:34; | |
name "FILCO Bluetooth Keyboard"; | |
key nokey; | |
pin nopin; | |
} | |
➜ ~ sudo hccontrol -n ubt0hci read_connection_list | |
Remote BD_ADDR Handle Type Mode Role Encrypt Pending Queue State | |
➜ ~ sudo service bluetooth restart | |
/etc/rc.d/bluetooth: ERROR: Unsupported device: | |
/etc/rc.d/bluetooth: ERROR: Unsupported device: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment