Diff between 212b7d44f62b52b4f40b42964706fe9a1916fdb0 and 0a018b2d1a88813d528e1a9039ad07ec24da4a62

Changed Files

File Additions Deletions Status
src/device.c +1 -0 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index eda873f..fd928fc 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2058,6 +2058,7 @@ static void store_incl(struct gatt_db_attribute *attr, void *user_data)
 
 	sprintf(handle, "%04hx", handle_num);
 
+	gatt_db_attribute_get_service_uuid(service, &uuid);
 	bt_uuid_to_string(&uuid, uuid_str, sizeof(uuid_str));
 	sprintf(value, GATT_INCLUDE_UUID_STR ":%04hx:%04hx:%s", start,
 								end, uuid_str);