Home
last modified time | relevance | path

Searched refs:btstack_memory_avdtp_stream_endpoint_get (Results 1 – 4 of 4) sorted by relevance

/btstack/test/btstack_memory/
H A Dbtstack_memory_test.cpp689 context = btstack_memory_avdtp_stream_endpoint_get(); in TEST()
695 context = btstack_memory_avdtp_stream_endpoint_get(); in TEST()
700 context = btstack_memory_avdtp_stream_endpoint_get(); in TEST()
716 context = btstack_memory_avdtp_stream_endpoint_get(); in TEST()
722 context = btstack_memory_avdtp_stream_endpoint_get(); in TEST()
/btstack/src/
H A Dbtstack_memory.h143 avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void);
H A Dbtstack_memory.c940 avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void){ in btstack_memory_avdtp_stream_endpoint_get() function
951 avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void){ in btstack_memory_avdtp_stream_endpoint_get() function
965 avdtp_stream_endpoint_t * btstack_memory_avdtp_stream_endpoint_get(void){ in btstack_memory_avdtp_stream_endpoint_get() function
/btstack/src/classic/
H A Davdtp.c559 avdtp_stream_endpoint_t * stream_endpoint = btstack_memory_avdtp_stream_endpoint_get(); in avdtp_create_stream_endpoint()