Diff between 2d9bf236c70434e0015043ec4a572f2bbf837232 and 6a6dc4343c9dcec8e068875f52b382a1d9f2306e

Changed Files

File Additions Deletions Status
android/gatt.c +1 -1 modified

Full Patch

diff --git a/android/gatt.c b/android/gatt.c
index fc7d004..466c1ea 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -6908,7 +6908,7 @@ static void register_device_info_service(void)
 
 	/* Device Information Service */
 	bt_uuid16_create(&uuid, 0x180a);
-	service = gatt_db_add_service(gatt_db, &uuid, true, 15);
+	service = gatt_db_add_service(gatt_db, &uuid, true, 17);
 
 	/* User data are not const hence (void *) cast is used */
 	data = bt_config_get_name();