summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArman Uguray <armansito@chromium.org>2015-04-23 17:13:08 -0700
committerArman Uguray <armansito@chromium.org>2015-04-23 17:14:15 -0700
commit75b0bf3ddb293747d5a1b3dce445536a862c0c07 (patch)
tree2b0a07ff179e89e7aa5f8d8b78fd743b2a7688eb /test
parent3106df8aa07761f51413fda85c29072ded16bde8 (diff)
downloadbluez-75b0bf3ddb293747d5a1b3dce445536a862c0c07.tar.gz
test/example-advertisement: Use IncludeTxPower
This patch changes the example-advertisement script to use IncludeTxPower rather than IncludeTXPower.
Diffstat (limited to 'test')
-rwxr-xr-xtest/example-advertisement2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example-advertisement b/test/example-advertisement
index 1198f2e78..151ddfecc 100755
--- a/test/example-advertisement
+++ b/test/example-advertisement
@@ -70,7 +70,7 @@ class Advertisement(dbus.service.Object):
properties['ServiceData'] = dbus.Dictionary(self.service_data,
signature='say')
if self.include_tx_power is not None:
- properties['IncludeTXPower'] = dbus.Boolean(self.include_tx_power)
+ properties['IncludeTxPower'] = dbus.Boolean(self.include_tx_power)
return {LE_ADVERTISEMENT_IFACE: properties}
def get_path(self):