mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
fix 128 bit includes
This commit is contained in:
parent
433770e8d2
commit
f6d978a0ea
@ -205,9 +205,6 @@ def parseIncludeService(fout, parts):
|
||||
|
||||
size = 2 + 2 + 2 + uuid_size + 2 + 4
|
||||
|
||||
if uuid_size == 16:
|
||||
property = property | property_flags['LONG_UUID'];
|
||||
|
||||
keyUUID = keyForUUID(uuid)
|
||||
|
||||
write_indent(fout)
|
||||
|
Loading…
x
Reference in New Issue
Block a user