Diff between a4bec4749fb0e0f402fd6c2e0bb6774ea857a388 and f4ffda9c22a24098babe005bc651605a45ea8f56

Changed Files

File Additions Deletions Status
android/tester-gatt.c +9 -5 modified

Full Patch

diff --git a/android/tester-gatt.c b/android/tester-gatt.c
index 625d949..2067ec3 100644
--- a/android/tester-gatt.c
+++ b/android/tester-gatt.c
@@ -131,16 +131,20 @@ static struct bt_action_data bearer_type = {
 
 static btgatt_srvc_id_t service_1 = {
 	.is_primary = true,
-	.id.inst_id = 0,
-	.id.uuid.uu = {0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
+	.id = {
+		.inst_id = 0,
+		.uuid.uu = {0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
 			0x00, 0x10, 0x00, 0x00,  0x00, 0x18, 0x00, 0x00}
+	}
 };
 
 static btgatt_srvc_id_t service_2 = {
 	.is_primary = true,
-	.id.inst_id = 1,
-	.id.uuid.uu = {0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
-			0x00, 0x10, 0x00, 0x00,  0x01, 0x18, 0x00, 0x00}
+	.id = {
+		.inst_id = 1,
+		.uuid.uu = {0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
+			0x00, 0x10, 0x00, 0x00,  0x01, 0x18, 0x00, 0x00},
+	}
 };
 
 static btgatt_gatt_id_t characteristic_1 = {