Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip | Trygve Laugstøl | 2015-02-20 | 4 | -52/+67 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 14 | -53/+267 |
| | | | | | | 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øl | 2015-02-20 | 5 | -91/+178 |
| | |||||
* | wip | Trygve Laugstøl | 2015-02-20 | 2 | -39/+75 |
| | |||||
* | o Successfully reading all characteristics. | Trygve Laugstøl | 2015-02-19 | 3 | -12/+14 |
| | |||||
* | o Reading characteristics, unable to parse just yet. | Trygve Laugstøl | 2015-02-19 | 5 | -33/+99 |
| | |||||
* | o Successfully decoding GATT services. | Trygve Laugstøl | 2015-02-18 | 8 | -78/+268 |
| | |||||
* | o Improved CMake. | Trygve Laugstøl | 2015-02-18 | 1 | -12/+19 |
| | |||||
* | o Finally correct decoding of ATT response. | Trygve Laugstøl | 2015-02-17 | 3 | -12/+11 |
| | |||||
* | o Using cursor instead of size to determine the number of bytes to write. | Trygve Laugstøl | 2015-02-17 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Trygve Laugstøl | 2015-02-17 | 9 | -113/+220 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: Bluetooth.cpp Bluetooth.h ByteBuffer.cpp CMakeLists.txt LinuxBluetooth.cpp main.cpp test/ByteBufferTest.cpp | ||||
| * | o More tests, more passing tests. | Trygve Laugstøl | 2015-02-17 | 4 | -35/+36 |
| | | |||||
| * | o More tests, more passing tests. | Trygve Laugstøl | 2015-02-17 | 3 | -14/+44 |
| | | |||||
| * | o Passing tests. | Trygve Laugstøl | 2015-02-17 | 8 | -101/+193 |
| | | |||||
* | | valgrind tests | Trygve Laugstøl | 2015-02-15 | 8 | -436/+512 |
|/ | |||||
* | o wip. Test cases! | Trygve Laugstøl | 2015-02-15 | 8 | -34/+124 |
| | |||||
* | o wip. | Trygve Laugstøl | 2015-02-12 | 5 | -20/+34 |
| | |||||
* | o wip. | Trygve Laugstøl | 2015-02-10 | 6 | -79/+213 |
| | |||||
* | o wip. | Trygve Laugstøl | 2015-02-10 | 8 | -27/+250 |
| | |||||
* | o Initial import of Linux code for talking to Bluetooth devices. | Trygve Laugstøl | 2015-02-08 | 6 | -0/+490 |