added structs for remote_device_db_memory

This commit is contained in:
matthias.ringwald 2011-07-29 22:24:08 +00:00
parent f25a735f93
commit dec1a9ba03

View File

@ -52,4 +52,9 @@ void * btstack_memory_rfcomm_service_get(void);
void btstack_memory_rfcomm_service_free(void *rfcomm_service);
void * btstack_memory_rfcomm_channel_get(void);
void btstack_memory_rfcomm_channel_free(void *rfcomm_channel);
void * btstack_memory_db_mem_device_get(void);
void btstack_memory_db_mem_device_free(void *db_mem_device);
void * btstack_memory_db_mem_service_get(void);
void btstack_memory_db_mem_service_free(void *db_mem_service);