aboutsummaryrefslogtreecommitdiff
path: root/apps/ble-read-characteristic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Trying to improve compatibility with some feature checks.Trygve Laugstøl2018-11-231-1/+1
| | | | o Misc nits.
* o Starting to handle notifications and indicationsTrygve Laugstøl2018-11-231-2/+6
| | | | | | Cleaning up: o Using more of the shared_ptr typedefs. o Adding code styles used by CLion.
* o Removing unused code.Trygve Laugstøl2018-11-221-1/+0
|
* o Working enabling of notifications.Trygve Laugstøl2018-11-221-2/+13
|
* ble-read-characteristic: working READ mode, starting on NOTIFY.Trygve Laugstøl2018-11-191-1/+7
|
* ByteBuffer:Trygve Laugstøl2018-11-191-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øl2018-11-171-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.