Diff between 027c951ae48b2fbf7b65ef7e160048a7b12c20dc and 6d487981b20e235619280d4aba3d939c45ac0094

Changed Files

File Additions Deletions Status
unit/test-gatt.c +6 -0 modified

Full Patch

diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 4f7c376..d31a157 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -2097,5 +2097,11 @@ int main(int argc, char *argv[])
 			raw_pdu(0x0C, 0xCE, 0x00, 0x2B, 0x00),
 			raw_pdu(0x0D));
 
+	define_test_server("/TP/GAR/SR/BI-28-C/large-1", test_server,
+			ts_large_db_1, NULL,
+			raw_pdu(0x03, 0x00, 0x02),
+			raw_pdu(0x0C, 0x96, 0x00, 0x00, 0x00),
+			raw_pdu(0x01, 0x0C, 0x96, 0x00, 0x02));
+
 	return g_test_run();
 }