Home
last modified time | relevance | path

Searched refs:current_service_uuid_string (Results 1 – 1 of 1) sorted by relevance

/btstack/tool/
H A Dcompile_gatt.py146 current_service_uuid_string = "" variable
380 if current_service_uuid_string:
384 if current_service_uuid_string in service_counter:
385 count = service_counter[current_service_uuid_string] + 1
386 service_counter[current_service_uuid_string] = count
389 …ervices.append('#define ATT_SERVICE_%s_START_HANDLE 0x%04x' % (current_service_uuid_string, curren…
390 …_services.append('#define ATT_SERVICE_%s_END_HANDLE 0x%04x' % (current_service_uuid_string, handle…
393 …es.append('#define ATT_SERVICE_%s_%02x_START_HANDLE 0x%04x' % (current_service_uuid_string, count,…
394 …ices.append('#define ATT_SERVICE_%s_%02x_END_HANDLE 0x%04x' % (current_service_uuid_string, count,…
395 …services[current_service_uuid_string+"_" + str(count)] = [current_service_start_handle, handle - 1…
[all …]