mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-22 06:41:17 +00:00
db_mem_device_t split into two
This commit is contained in:
parent
8747d67f7d
commit
acf1987e2a
@ -35,7 +35,7 @@ def replacePlaceholder(template, struct_name):
|
||||
snippet = template.replace("STRUCT_TYPE", struct_type).replace("STRUCT_NAME", struct_name).replace("POOL_COUNT", pool_count)
|
||||
return snippet
|
||||
|
||||
list_of_structs = [ "hci_connection", "l2cap_service", "l2cap_channel", "rfcomm_multiplexer", "rfcomm_service", "rfcomm_channel", "db_mem_device", "db_mem_service"]
|
||||
list_of_structs = [ "hci_connection", "l2cap_service", "l2cap_channel", "rfcomm_multiplexer", "rfcomm_service", "rfcomm_channel", "db_mem_device_name", "db_mem_device_link_key", "db_mem_service"]
|
||||
|
||||
print "// header file"
|
||||
for struct_name in list_of_structs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user