| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
o boost::uuid didn't give much, use our own and add new short uuid type.
o Fixing nits from clang-tidy.
|
| |
|
|
|
|
|
| |
Bluetooth: refectorying, trying to be more c++ idiomatic and modern.
SM/Diller: adding bluetooth to Diller bridge.
|
|
|
|
|
|
| |
- Adding support for reading FLOAT (specified in IEEE 11073-20601) values from a bluetooth device.
- More shared pointers to help keep track of the object's lifecycle. Makes sure that the connections are released back to Linux, Linux is way to sensitive with crashing applications.
o Adding support for reading the temperature sensors from the SoilMoisture device.
|
| |
|
| |
|
|
|
|
|
|
| |
o New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies.
BluetoothAdapter:
o Adding getMac().
|
|
|
|
|
|
| |
o Adding getName().
sm-get-value:
o More cleanup.
|
|
|
|
|
|
|
| |
the same lifecycle as a BluetoothGatt.
sm-get-value:
o Better error handling.
|
| |
|
|
|