aboutsummaryrefslogtreecommitdiff
path: root/include/ble/att.h
Commit message (Collapse)AuthorAgeFilesLines
* Major overhaul of BLE code:Trygve Laugstøl2018-09-051-0/+186
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.