Buetooth simple scan cpp application is a C++ implementation of simplescan.c, a simple program that detects nearby Bluetooth devices.
- CMake
sudo apt-get install cmake
- libbluetooth
sudo apt-get install bluetooth libbluetooth-dev
1. git clone https://github.com/Paulls20/bluetooth_simple_scan_cpp.git
2. cd <path_to_bluetooth_simple_scan_cpp>
3. mkdir build && cd build
4. cmake ..
5. make
6. ./bluetooth_simple_scan