Searched refs:new_service_started (Results 1 – 1 of 1) sorted by relevance
1431 …int new_service_started = att_iterator_match_uuid16(&it, GATT_PRIMARY_SERVICE_UUID) || att_iterato… in gatt_server_get_handle_range_for_service_with_uuid16() local1435 ((it.handle == 0u) || new_service_started)){ in gatt_server_get_handle_range_for_service_with_uuid16()1449 …if ( (it.handle != 0u) && new_service_started && (attribute_len == it.value_len) && (memcmp(attrib… in gatt_server_get_handle_range_for_service_with_uuid16()1536 …int new_service_started = att_iterator_match_uuid16(&it, GATT_PRIMARY_SERVICE_UUID) || att_iterato… in gatt_server_get_handle_range_for_service_with_uuid128() local1540 ((it.handle == 0u) || new_service_started)){ in gatt_server_get_handle_range_for_service_with_uuid128()1549 …if ( (it.handle != 0u) && new_service_started && (attribute_len == it.value_len) && (memcmp(attrib… in gatt_server_get_handle_range_for_service_with_uuid128()