Diff between 93d07e94429bc367afc061a32d4dc71ee5a94c39 and dfa781684a75a2f1d2dac64dbb77458eaabf3d3e
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +2 | -0 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index a92709a..c49b210 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2331,6 +2331,8 @@ void device_update_addr(struct btd_device *device, const bdaddr_t *bdaddr,
bacpy(&device->bdaddr, bdaddr);
device->bdaddr_type = bdaddr_type;
+ store_device_info(device);
+
g_dbus_emit_property_changed(dbus_conn, device->path,
DEVICE_INTERFACE, "Address");
}