mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
le_device_db_tlv: fix compile
This commit is contained in:
parent
539b14edca
commit
6c8ec5fde6
@ -234,7 +234,7 @@ int le_device_db_add(int addr_type, bd_addr_t addr, sm_key_t irk){
|
||||
log_info("LE Device DB adding type %u - %s", addr_type, bd_addr_to_str(addr));
|
||||
log_info_key("irk", irk);
|
||||
|
||||
memset(&le_devices[index], 0, sizeof(le_device_memory_db_t));
|
||||
memset(&entry, 0, sizeof(le_device_db_entry_t));
|
||||
|
||||
entry.addr_type = addr_type;
|
||||
memcpy(entry.addr, addr, 6);
|
||||
|
Loading…
Reference in New Issue
Block a user