aboutsummaryrefslogtreecommitdiff
path: root/ble/Bluetooth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-011-8/+8
|
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-221-1/+1
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-211-2/+28
|
* o Creating a class to access GATT.Trygve Laugstøl2015-02-211-0/+10
|
* wipTrygve Laugstøl2015-02-201-0/+14
|
* Reorganizing the source code:Trygve Laugstøl2015-02-201-0/+193
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.