Lines Matching refs:avdtp_stream_endpoint_t
938 static avdtp_stream_endpoint_t avdtp_stream_endpoint_storage[MAX_NR_AVDTP_STREAM_ENDPOINTS];
940 avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void){ in btstack_memory_avdtp_stream_endpoint_get()
943 memset(buffer, 0, sizeof(avdtp_stream_endpoint_t)); in btstack_memory_avdtp_stream_endpoint_get()
945 return (avdtp_stream_endpoint_t *) buffer; in btstack_memory_avdtp_stream_endpoint_get()
947 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free()
951 avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void){ in btstack_memory_avdtp_stream_endpoint_get()
954 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free()
962 avdtp_stream_endpoint_t data;
965 avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void){ in btstack_memory_avdtp_stream_endpoint_get()
975 void btstack_memory_avdtp_stream_endpoint_free(avdtp_stream_endpoint_t *avdtp_stream_endpoint){ in btstack_memory_avdtp_stream_endpoint_free()
2084 …ol, avdtp_stream_endpoint_storage, MAX_NR_AVDTP_STREAM_ENDPOINTS, sizeof(avdtp_stream_endpoint_t)); in btstack_memory_init()