aboutsummaryrefslogtreecommitdiff
path: root/include/ble/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* o Trying to improve compatibility with some feature checks.Trygve Laugstøl2018-11-231-2/+2
| | | | o Misc nits.
* o Compiling everything again.Trygve Laugstøl2018-11-221-0/+4
|
* o Working enabling of notifications.Trygve Laugstøl2018-11-221-1/+45
|
* ble-read-characteristic: working READ mode, starting on NOTIFY.Trygve Laugstøl2018-11-191-2/+4
|
* apps/ble-bts:Trygve Laugstøl2018-11-171-3/+12
| | | | | | | | | | 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øl2018-09-051-0/+84
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.