Skip to content

Paulls20/bluetooth_simple_scan_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluetooth_simple_scan_cpp

Buetooth simple scan cpp application is a C++ implementation of simplescan.c, a simple program that detects nearby Bluetooth devices.

Prerequisite

  1. CMake
sudo apt-get install cmake
  1. libbluetooth
sudo apt-get install bluetooth libbluetooth-dev

Build Steps

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

Reference:

https://people.csail.mit.edu/albert/bluez-intro/c404.html

About

Buetooth simple scan cpp application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors