mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
added structs for remote_device_db_memory
This commit is contained in:
parent
f25a735f93
commit
dec1a9ba03
@ -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);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user