From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> If services has been refreshed the attributes shall be stored so they can be reloaded properly the next time. --- src/device.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/device.c b/src/device.c index 62a42d5..ed8fcdf 100644 --- a/src/device.c +++ b/src/device.c @@ -4576,6 +4576,8 @@ static void gatt_client_ready_cb(bool success, uint8_t att_ecode, btd_gatt_client_ready(device->client_dbus); device_svc_resolved(device, device->bdaddr_type, 0); + + store_gatt_db(device); } static void gatt_client_service_changed(uint16_t start_handle, -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html