chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

Bluetooth pairing assistant #88

Open Ape opened 8 years ago

Ape commented 8 years ago

Using the hidraw mode (with bluetooth) requires that the controller is paired with the system. The pairing cannot be currently done using ds4drv, but must be done using external tools.

We could implement a pairing wizard that make the necessary calls to bluetoothctl and guides the user to get the pairing done successfully.

This was discussed in #84.