Lines Matching refs:avrcp_browsing_connection_t
1112 static avrcp_browsing_connection_t avrcp_browsing_connection_storage[MAX_NR_AVRCP_BROWSING_CONNECTI…
1114 avrcp_browsing_connection_t * btstack_memory_avrcp_browsing_connection_get(void){ in btstack_memory_avrcp_browsing_connection_get()
1117 memset(buffer, 0, sizeof(avrcp_browsing_connection_t)); in btstack_memory_avrcp_browsing_connection_get()
1119 return (avrcp_browsing_connection_t *) buffer; in btstack_memory_avrcp_browsing_connection_get()
1121 void btstack_memory_avrcp_browsing_connection_free(avrcp_browsing_connection_t *avrcp_browsing_conn… in btstack_memory_avrcp_browsing_connection_free()
1125 avrcp_browsing_connection_t * btstack_memory_avrcp_browsing_connection_get(void){ in btstack_memory_avrcp_browsing_connection_get()
1128 void btstack_memory_avrcp_browsing_connection_free(avrcp_browsing_connection_t *avrcp_browsing_conn… in btstack_memory_avrcp_browsing_connection_free()
1136 avrcp_browsing_connection_t data;
1139 avrcp_browsing_connection_t * btstack_memory_avrcp_browsing_connection_get(void){ in btstack_memory_avrcp_browsing_connection_get()
1149 void btstack_memory_avrcp_browsing_connection_free(avrcp_browsing_connection_t *avrcp_browsing_conn… in btstack_memory_avrcp_browsing_connection_free()
2096 …owsing_connection_storage, MAX_NR_AVRCP_BROWSING_CONNECTIONS, sizeof(avrcp_browsing_connection_t)); in btstack_memory_init()