Diff between 60423fed392a9f454a696622ce6afab61a610bef and 427033253de3493268d2d60a0b78be69d6f008da

Changed Files

File Additions Deletions Status
test/example-advertisement +1 -1 modified

Full Patch

diff --git a/test/example-advertisement b/test/example-advertisement
index 88a27ab..f116893 100755
--- a/test/example-advertisement
+++ b/test/example-advertisement
@@ -142,7 +142,7 @@ class TestAdvertisement(Advertisement):
         Advertisement.__init__(self, bus, index, 'peripheral')
         self.add_service_uuid('180D')
         self.add_service_uuid('180F')
-        self.add_manufacturer_data(0xffff, [0x00, 0x01, 0x02, 0x03, 0x04])
+        self.add_manufacturer_data(0xffff, [0x00, 0x01, 0x02, 0x03])
         self.add_service_data('9999', [0x00, 0x01, 0x02, 0x03, 0x04])
         self.add_local_name('TestAdvertisement')
         self.include_tx_power = True