fix parsing of services with 128 bit uuid

This commit is contained in:
matthias.ringwald@gmail.com 2014-01-26 10:50:52 +00:00
parent 863e2c6b5a
commit 433770e8d2

View File

@ -171,9 +171,6 @@ def parseService(fout, parts, service_type):
if service_type == 0x2802:
size += 4
if uuid_size == 16:
property = property | property_flags['LONG_UUID'];
write_indent(fout)
write_16(fout, size)
write_16(fout, property)