... or Why Pipelining Is Not That Easy
Golang Concurrency Patterns for brave and smart.
By @kachayev
... or Why Pipelining Is Not That Easy
Golang Concurrency Patterns for brave and smart.
By @kachayev
1. Set keyboard discoverable | |
2. Get the mac address of the bluetooth device: | |
$ hcitool scan | |
3. Create new device: | |
$ sudo bluez-simple-agent hci0 [bluetooth device mac address = XX:XX:XX:XX:XX:XX] | |
which will hopefully return somthing like: | |
DisplayPasskey (/org/bluez/537/hci0/..., [PIN = 123456]) | |
else: | |
$ sudo bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX repair | |
start over |