qtbluetoothdevicepairing is a simple Qt application that scans for available Bluetooth devices and displays a list of all. When some list item is clicked from the devices list, the application pairs with the respective device.
qtbluetoothdevicepairing uses qmake for building. To build it run:
mkdir build && cd build
From the build folder, run:
path/to/your/Qt/bin/qmake ../qtbluetoothdevicepairing/
then:
make
This will create the qtbluetoothdevicepairing executable inside the build folder.
From the build folder, run
./qtbluetoothdevicepairing
This software is available under the following license:
MIT