Home
last modified time | relevance | path

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

/btstack/test/sdp_client/
H A Dgeneral_sdp_query.cpp103 int attribute_value_buffer_size = 1000; variable
106 if (size > attribute_value_buffer_size){ in assertBuffer()
107 attribute_value_buffer_size *= 2; in assertBuffer()
108 uint8_t * new_attribute = (uint8_t *) realloc(attribute_value, attribute_value_buffer_size); in assertBuffer()
170 attribute_value_buffer_size = 1000; in TEST_GROUP()
171 attribute_value = (uint8_t*) malloc(attribute_value_buffer_size); in TEST_GROUP()
H A Dservice_attribute_search_query.cpp47 int attribute_value_buffer_size = 1000; variable
50 if (size > attribute_value_buffer_size){ in assertBuffer()
51 attribute_value_buffer_size *= 2; in assertBuffer()
52 uint8_t * new_attribute = (uint8_t *) realloc(attribute_value, attribute_value_buffer_size); in assertBuffer()
116 attribute_value_buffer_size = 1000; in TEST_GROUP()
117 attribute_value = (uint8_t*) malloc(attribute_value_buffer_size); in TEST_GROUP()
/btstack/example/
H A Dsdp_general_query.c70 static const int attribute_value_buffer_size = sizeof(attribute_value); variable
129 if (size > attribute_value_buffer_size){ in assertBuffer()
130 …tribute value buffer size exceeded: available %d, required %d", attribute_value_buffer_size, size); in assertBuffer()
H A Dsdp_bnep_query.c62 static const int attribute_value_buffer_size = sizeof(attribute_value); variable
68 if (size > attribute_value_buffer_size){ in assertBuffer()
69 …tribute value buffer size exceeded: available %d, required %d", attribute_value_buffer_size, size); in assertBuffer()
H A Dpanu_demo.c85 static const unsigned int attribute_value_buffer_size = sizeof(attribute_value); variable
214 … if (sdp_event_query_attribute_byte_get_attribute_length(packet) <= attribute_value_buffer_size) { in handle_sdp_client_query_result()
284 …bute value buffer size exceeded: available %d, required %d\n", attribute_value_buffer_size, sdp_ev… in handle_sdp_client_query_result()
/btstack/platform/daemon/src/
H A Ddaemon.c239 static const int attribute_value_buffer_size = sizeof(attribute_value); variable
1709 if (size > attribute_value_buffer_size){ in sdp_client_assert_buffer()
1710 …tribute value buffer size exceeded: available %d, required %d", attribute_value_buffer_size, size); in sdp_client_assert_buffer()