Lines Matching refs:current_service_uuid_string
146 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…
437 global current_service_uuid_string
467 current_service_uuid_string = c_string_for_uuid(parts[1])