Lines Matching refs:join
445 fout.write('// 0x%04x %s\n' % (handle, '-'.join(parts)))
497 …fout.write('// 0x%04x %s - range [0x%04x, 0x%04x]\n' % (handle, '-'.join(parts), services[serviceU…
548 value = ', '.join([str(x) for x in parts[3:]])
555 …fout.write('// 0x%04x %s - %s\n' % (handle, '-'.join(parts[0:2]), prettyPrintProperties(parts[2])))
599 …fout.write('// 0x%04x VALUE %s - %s\n' % (handle, '-'.join(parts[0:2]), prettyPrintProperties(part…
602 handle, '-'.join(parts[0:2]), prettyPrintProperties(parts[2]), value))
685 fout.write('// 0x%04x %s-%s\n' % (handle, name, '-'.join(parts[1:])))
716 fout.write('// 0x%04x %s-%s\n' % (handle, name, '-'.join(parts[1:])))
755 fout.write('// 0x%04x CHARACTERISTIC_FORMAT-%s\n' % (handle, '-'.join(parts[1:])))
782 fout.write('// 0x%04x CHARACTERISTIC_AGGREGATE_FORMAT-%s\n' % (handle, '-'.join(parts[1:])))
812 fout.write('// 0x%04x EXTERNAL_REPORT_REFERENCE-%s\n' % (handle, '-'.join(parts[1:])))
833 fout.write('// 0x%04x REPORT_REFERENCE-%s\n' % (handle, '-'.join(parts[1:])))
854 fout.write('// 0x%04x NUMBER_OF_DIGITALS-%s\n' % (handle, '-'.join(parts[1:])))
1051 print ("Include paths: %s" % ", ".join(include_paths))
1066 …rch path for .gatt service files and bluetooth_gatt.h (default: %s)' % ", ".join(default_includes))
1108 db_hash_string = ', '.join(db_hash_sequence) + ', '