aboutsummaryrefslogtreecommitdiff
path: root/apps/sm-get-value.cpp
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-02-21 10:37:25 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-02-21 10:37:25 +0100
commita76e09808905d280282a81958cb4c68f71f18ca4 (patch)
tree52719f5d59bbdeee52188c9094850c80e24eaa67 /apps/sm-get-value.cpp
parent7c9f266cdb37e215279208198dfe009dc66c5daa (diff)
downloadble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.gz
ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.bz2
ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.tar.xz
ble-toys-a76e09808905d280282a81958cb4c68f71f18ca4.zip
o Consistence reference usage.
Diffstat (limited to 'apps/sm-get-value.cpp')
-rw-r--r--apps/sm-get-value.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/sm-get-value.cpp b/apps/sm-get-value.cpp
index 9e6ae2c..4d84c45 100644
--- a/apps/sm-get-value.cpp
+++ b/apps/sm-get-value.cpp
@@ -64,6 +64,8 @@ int main(int argc, char *argv[]) {
return EXIT_FAILURE;
}
+// auto bytes = gatt.readValue(c);
+
gatt.disconnect();
return EXIT_SUCCESS;
} catch (std::runtime_error ex) {