Searched refs:avdtp_stream_endpoint (Results 1 – 3 of 3) sorted by relevance
144 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint);
947 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free() argument948 btstack_memory_pool_free(&avdtp_stream_endpoint_pool, avdtp_stream_endpoint); in btstack_memory_avdtp_stream_endpoint_free()954 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free() argument955 UNUSED(avdtp_stream_endpoint); in btstack_memory_avdtp_stream_endpoint_free()975 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free() argument977 btstack_memory_buffer_t * buffer = &((btstack_memory_buffer_t *) avdtp_stream_endpoint)[-1]; in btstack_memory_avdtp_stream_endpoint_free()
536 struct avdtp_stream_endpoint * local_stream_endpoint;601 typedef struct avdtp_stream_endpoint { struct