Diff between 2a0e392b40fae902ebf4d789a0456df020bbcc16 and 4d714becb7df1fd928340ffc5b9a759f9a625c47

Changed Files

File Additions Deletions Status
src/shared/vcp.c +1 -1 modified

Full Patch

diff --git a/src/shared/vcp.c b/src/shared/vcp.c
index 0408531..263da4c 100644
--- a/src/shared/vcp.c
+++ b/src/shared/vcp.c
@@ -998,7 +998,7 @@ static struct bt_vcs *vcs_new(struct gatt_db *db, struct bt_vcp_db *vdb)
 
 	/* Populate DB with VCS attributes */
 	bt_uuid16_create(&uuid, VCS_UUID);
-	vcs->service = gatt_db_add_service(db, &uuid, true, 9);
+	vcs->service = gatt_db_add_service(db, &uuid, true, 10);
 	gatt_db_service_add_included(vcs->service, vdb->vocs->service);
 	gatt_db_service_set_active(vdb->vocs->service, true);