mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-18 21:41:16 +00:00
fix parsing of services with 128 bit uuid
This commit is contained in:
parent
863e2c6b5a
commit
433770e8d2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user