summaryrefslogtreecommitdiff
path: root/attrib/gatttool.c
diff options
context:
space:
mode:
authorSheldon Demario <sheldon.demario@openbossa.org>2011-03-02 19:36:58 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-04 15:49:57 -0300
commite880b7a5547137095854a20c4c0b6f7ffb1ebe34 (patch)
treec1b86ee792974c0bbcc59fa54ab85f37627783bd /attrib/gatttool.c
parentb2bd2cbc2a3e4d14fcac66c4989f6a76abf93976 (diff)
downloadbluez-e880b7a5547137095854a20c4c0b6f7ffb1ebe34.tar.gz
Add option to pass adapter to interactive gatttool
Diffstat (limited to 'attrib/gatttool.c')
-rw-r--r--attrib/gatttool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/gatttool.c b/attrib/gatttool.c
index 975fb4736..4e344baf7 100644
--- a/attrib/gatttool.c
+++ b/attrib/gatttool.c
@@ -572,7 +572,7 @@ int main(int argc, char *argv[])
}
if (opt_interactive) {
- interactive(opt_dst, opt_psm);
+ interactive(opt_src, opt_dst, opt_psm);
goto done;
}