diff options
author | Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com> | 2013-02-28 16:01:45 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-28 16:57:27 +0100 |
commit | 0f4f081b7499b578a31195e67e01a432279113c9 (patch) | |
tree | fea2f8bf08f7a73c43d62152025742b81d2d1bd9 /test | |
parent | 98ff0fd51fb914b10df5c243c004b1d4164c4209 (diff) | |
download | neard-0f4f081b7499b578a31195e67e01a432279113c9.tar.gz neard-0f4f081b7499b578a31195e67e01a432279113c9.tar.bz2 neard-0f4f081b7499b578a31195e67e01a432279113c9.zip |
ndef: Add support for multiple carriers in Hr message
Added support for multiple carrriers request for Hr message. For
multiple carriers dbus request has to be comma separated strings
(e.g. bluetooth,wifi).
Diffstat (limited to 'test')
-rwxr-xr-x | test/push-device | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/push-device b/test/push-device index 614f4fa..165e33a 100755 --- a/test/push-device +++ b/test/push-device @@ -12,7 +12,7 @@ def help_text(): print "e.g. < %s /org/neard/nfc0/device0 Text UTF-8 en-US hello,Type2! >" % (sys.argv[0]) print "e.g. < %s /org/neard/nfc0/device0 URI http://www.nfc-forum.com >" % (sys.argv[0]) print "e.g. < %s /org/neard/nfc0/device0 SmartPoster http://www.nfc-forum.com >" % (sys.argv[0]) - print "e.g. < %s /org/neard/nfc0/device0 Handover bluetooth >" % (sys.argv[0]) + print "e.g. < %s /org/neard/nfc0/device0 Handover bluetooth,wifi >" % (sys.argv[0]) sys.exit(1) if len(sys.argv) < 2: |