Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ble-read-characteristic: working READ mode, starting on NOTIFY. | Trygve Laugstøl | 2018-11-19 | 1 | -1/+2 |
| | |||||
* | apps/ble-bts: | Trygve Laugstøl | 2018-11-17 | 1 | -6/+8 |
| | | | | | | | | | | 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. | ||||
* | Major overhaul of BLE code: | Trygve Laugstøl | 2018-09-05 | 1 | -1/+1 |
| | | | | | | | o Starting to remove shared_ptr. The code shouldn't be shared between threads, any thread safety will have to be built on the outside. o Better service discovery, don't fail when there are multiple requests that have to be done. o AttributeData was buggy, now it is just less than ideal. o Much better ByteBuffer. Now it is a simple view + cursor. | ||||
* | Fixing lots of small nits: | Trygve Laugstøl | 2018-08-30 | 1 | -0/+108 |
o boost::uuid didn't give much, use our own and add new short uuid type. o Fixing nits from clang-tidy. |