aboutsummaryrefslogtreecommitdiff
path: root/ble/BluetoothImpl.h
Commit message (Collapse)AuthorAgeFilesLines
* o Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-011-12/+33
|
* 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-36/+37
|
* o Consistence reference usage.Trygve Laugstøl2015-02-211-3/+9
|
* o Creating a class to access GATT.Trygve Laugstøl2015-02-211-6/+51
|
* Reorganizing the source code:Trygve Laugstøl2015-02-201-0/+160
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.