aboutsummaryrefslogtreecommitdiff
path: root/ble/LinuxBluetooth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-011-37/+23
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-211-3/+41
|
* o Consistence reference usage.Trygve Laugstøl2015-02-211-6/+5
|
* o Creating a class to access GATT.Trygve Laugstøl2015-02-211-33/+63
|
* wipTrygve Laugstøl2015-02-201-2/+0
|
* Reorganizing the source code:Trygve Laugstøl2015-02-201-0/+512
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.