Searched refs:current_characteristic_uuid_string (Results 1 – 1 of 1) sorted by relevance
148 current_characteristic_uuid_string = "" variable529 global current_characteristic_uuid_string535 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] + 1539 characteristic_indices[current_characteristic_uuid_string] = index541 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 …]