Loading system/btif/src/btif_storage.c +6 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,6 @@ bt_status_t btif_storage_load_bonded_devices(void) bt_bdaddr_t *devices_list; bt_uuid_t local_uuids[BT_MAX_NUM_UUIDS]; bt_uuid_t remote_uuids[BT_MAX_NUM_UUIDS]; uint32_t cod, devtype; btif_in_fetch_bonded_devices(&bonded_devices, 1); Loading Loading @@ -934,6 +933,12 @@ bt_status_t btif_storage_load_bonded_devices(void) { bt_bdaddr_t *p_remote_addr; /* * TODO: improve handling of missing fields in NVRAM. */ uint32_t cod = 0; uint32_t devtype = 0; num_props = 0; p_remote_addr = &bonded_devices.devices[i]; memset(remote_properties, 0, sizeof(remote_properties)); Loading Loading
system/btif/src/btif_storage.c +6 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,6 @@ bt_status_t btif_storage_load_bonded_devices(void) bt_bdaddr_t *devices_list; bt_uuid_t local_uuids[BT_MAX_NUM_UUIDS]; bt_uuid_t remote_uuids[BT_MAX_NUM_UUIDS]; uint32_t cod, devtype; btif_in_fetch_bonded_devices(&bonded_devices, 1); Loading Loading @@ -934,6 +933,12 @@ bt_status_t btif_storage_load_bonded_devices(void) { bt_bdaddr_t *p_remote_addr; /* * TODO: improve handling of missing fields in NVRAM. */ uint32_t cod = 0; uint32_t devtype = 0; num_props = 0; p_remote_addr = &bonded_devices.devices[i]; memset(remote_properties, 0, sizeof(remote_properties)); Loading