Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Removing unused code. | Trygve Laugstøl | 2018-11-22 | 1 | -1/+0 |
| | |||||
* | o Working enabling of notifications. | Trygve Laugstøl | 2018-11-22 | 1 | -2/+13 |
| | |||||
* | ble-read-characteristic: working READ mode, starting on NOTIFY. | Trygve Laugstøl | 2018-11-19 | 1 | -1/+7 |
| | |||||
* | ByteBuffer: | Trygve Laugstøl | 2018-11-19 | 1 | -11/+58 |
| | | | | | | 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. | ||||
* | apps/ble-bts: | Trygve Laugstøl | 2018-11-17 | 1 | -0/+94 |
o Adding start of health termometer service tool. apps/ble-read-characteristic: o Sart of new tool. apps/ble-inspect-device o Make adapter configurable. other: o UUID fixes and tests. |