Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Starting to handle notifications and indications | Trygve Laugstøl | 2018-11-23 | 1 | -1/+14 |
| | | | | | | Cleaning up: o Using more of the shared_ptr typedefs. o Adding code styles used by CLion. | ||||
* | o Working enabling of notifications. | Trygve Laugstøl | 2018-11-22 | 1 | -9/+49 |
| | |||||
* | Major overhaul of BLE code: | Trygve Laugstøl | 2018-09-05 | 1 | -0/+212 |
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. |