diff --git a/tool/compile_gatt.py b/tool/compile_gatt.py index 167fb6701..8452c5f06 100755 --- a/tool/compile_gatt.py +++ b/tool/compile_gatt.py @@ -714,7 +714,7 @@ def parseGenericDynamicReadOnlyDescriptor(fout, parts, uuid, name): write_16(fout, size) write_16(fout, flags) write_16(fout, handle) - write_16(fout, 0x2903) + write_16(fout, uuid) fout.write("\n") database_hash_append_uint16(handle)