Diff between 001e986975852129d002c3fa71b6a269d5907a97 and e4511f849df2b4aa08045aac35ef5a062afb5f95

Changed Files

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

Full Patch

diff --git a/android/tester-gatt.c b/android/tester-gatt.c
index 2067ec3..1507803 100644
--- a/android/tester-gatt.c
+++ b/android/tester-gatt.c
@@ -148,7 +148,7 @@ static btgatt_srvc_id_t service_2 = {
 };
 
 static btgatt_gatt_id_t characteristic_1 = {
-	.inst_id = 0,
+	.inst_id = 1,
 	.uuid.uu = {0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80,
 			0x00, 0x10, 0x00, 0x00,  0x19, 0x00, 0x00, 0x00}
 };