Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ble-scan: | Trygve Laugstøl | 2015-06-21 | 1 | -2/+2 |
| | | | | | | o New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies. BluetoothAdapter: o Adding getMac(). | ||||
* | ble-inspect-device: | Trygve Laugstøl | 2015-06-21 | 1 | -5/+5 |
| | | | | o Fixing broken key name. | ||||
* | o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵ | Trygve Laugstøl | 2015-06-21 | 1 | -5/+3 |
| | | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling. | ||||
* | o Going all header file based and single-executable to launch all apps. | Trygve Laugstøl | 2015-06-21 | 1 | -0/+79 |
o Ading CMake magic to generate the launcher |