aboutsummaryrefslogtreecommitdiff
path: root/LinuxBluetooth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reorganizing the source code:Trygve Laugstøl2015-02-201-512/+0
| | | | | | o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.
* o Decoding GATT characteristics.Trygve Laugstøl2015-02-201-54/+74
|
* wipTrygve Laugstøl2015-02-201-33/+71
|
* o Successfully reading all characteristics.Trygve Laugstøl2015-02-191-1/+1
|
* o Reading characteristics, unable to parse just yet.Trygve Laugstøl2015-02-191-17/+49
|
* o Successfully decoding GATT services.Trygve Laugstøl2015-02-181-19/+82
|
* o Finally correct decoding of ATT response.Trygve Laugstøl2015-02-171-5/+4
|
* o Using cursor instead of size to determine the number of bytes to write.Trygve Laugstøl2015-02-171-2/+2
|
* Merge remote-tracking branch 'origin/master'Trygve Laugstøl2015-02-171-9/+14
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Bluetooth.cpp Bluetooth.h ByteBuffer.cpp CMakeLists.txt LinuxBluetooth.cpp main.cpp test/ByteBufferTest.cpp
| * o Passing tests.Trygve Laugstøl2015-02-171-12/+18
| |
* | valgrind testsTrygve Laugstøl2015-02-151-221/+236
|/
* o wip. Test cases!Trygve Laugstøl2015-02-151-11/+9
|
* o wip.Trygve Laugstøl2015-02-121-8/+4
|
* o wip.Trygve Laugstøl2015-02-101-16/+34
|
* o wip.Trygve Laugstøl2015-02-101-10/+46
|
* o Initial import of Linux code for talking to Bluetooth devices.Trygve Laugstøl2015-02-081-0/+292