Home
last modified time | relevance | path

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

/btstack/test/sdp_client/
H A Dgeneral_sdp_query.cpp108 uint8_t * new_attribute = (uint8_t *) realloc(attribute_value, attribute_value_buffer_size); in assertBuffer() local
109 if (!new_attribute) return; in assertBuffer()
110 attribute_value = new_attribute; in assertBuffer()
H A Dservice_attribute_search_query.cpp52 uint8_t * new_attribute = (uint8_t *) realloc(attribute_value, attribute_value_buffer_size); in assertBuffer() local
53 if (!new_attribute) return; in assertBuffer()
54 attribute_value = new_attribute; in assertBuffer()