Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c1055 static btstack_memory_pool_t avrcp_connection_pool; variable
1057 void * buffer = btstack_memory_pool_get(&avrcp_connection_pool); in btstack_memory_avrcp_connection_get()
1064 btstack_memory_pool_free(&avrcp_connection_pool, avrcp_connection); in btstack_memory_avrcp_connection_free()
2092 …btstack_memory_pool_create(&avrcp_connection_pool, avrcp_connection_storage, MAX_NR_AVRCP_CONNECTI… in btstack_memory_init()