Home
last modified time | relevance | path

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

/btstack/tool/
H A Dcompile_gatt.py148 current_characteristic_uuid_string = "" variable
529 global current_characteristic_uuid_string
535 current_characteristic_uuid_string = c_string_for_uuid(parts[1]);
537 if current_characteristic_uuid_string in characteristic_indices:
538 index = characteristic_indices[current_characteristic_uuid_string] + 1
539 characteristic_indices[current_characteristic_uuid_string] = index
541 current_characteristic_uuid_string += '_' + parts[4].upper().replace(' ','_')
543 current_characteristic_uuid_string += ('_%02x' % index)
620 …end('#define ATT_CHARACTERISTIC_%s_VALUE_HANDLE 0x%04x' % (current_characteristic_uuid_string, han…
648 …T_CHARACTERISTIC_%s_CLIENT_CONFIGURATION_HANDLE 0x%04x' % (current_characteristic_uuid_string, han…
[all …]