Skip to content

A tool for viewing the bluetooth MAC address a DualShock 4 controller is paired with. Fork with changed build system for Linux.

License

Notifications You must be signed in to change notification settings

SveinIsdahl/PS4-controller-pairer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

About

A tool for viewing and setting the Bluetooth address a DualShock 4 controller is currently paired with.

Dependencies

HID API https://github.com/signal11/hidapi

Supported Platforms

  • Linux

Building and using

git clone https://github.com/SveinIsdahl/PS4-controller-pairer
cd PS4-controller-pairer
git clone https://github.com/signal11/hidapi
gcc -o PS4pair main.c -lhidapi-libusb
./PS4pair                    #Reads address from PS4 controller
./PS4pair xx:xx:xx:xx:xx:xx  #Adds given address to PS4 controller to pair with

About

A tool for viewing the bluetooth MAC address a DualShock 4 controller is paired with. Fork with changed build system for Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%