Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_memory.c1113 static btstack_memory_pool_t avrcp_browsing_connection_pool; variable
1115 void * buffer = btstack_memory_pool_get(&avrcp_browsing_connection_pool); in btstack_memory_avrcp_browsing_connection_get()
1122 btstack_memory_pool_free(&avrcp_browsing_connection_pool, avrcp_browsing_connection); in btstack_memory_avrcp_browsing_connection_free()
2096 …btstack_memory_pool_create(&avrcp_browsing_connection_pool, avrcp_browsing_connection_storage, MAX… in btstack_memory_init()