| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
o Reducing silliness, no allocations by ByteBuffer.
o Create StaticByteBuffer as a nice one-liner to create a buffer.
LinuxBluetooth: methods that want a buffer needs to pass it in, ByteBuffer is not allocating anymore.
|
|
|
|
|
| |
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 Updating for changed get_value struct.
|
|
|
|
|
|
| |
o Adding getName().
sm-get-value:
o More cleanup.
|
|
|
|
|
|
|
| |
the same lifecycle as a BluetoothGatt.
sm-get-value:
o Better error handling.
|
| |
|
|
|