Diff between 2f12537a4ad98736c4110b5921dcb46d8f47b81f and 29ec12804bd132bd3fb929452e69e39c5a11c852

Changed Files

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

Full Patch

diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index d8efb5d..ca4ea45 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -2069,5 +2069,19 @@ int main(int argc, char *argv[])
 			raw_pdu(0x0A, 0xF0, 0x0F),
 			raw_pdu(0x01, 0x0A, 0xF0, 0x0F, 0x01));
 
+	define_test_server("/TP/GAR/SR/BV-07-C/large-1", test_server,
+			ts_large_db_1, NULL,
+			raw_pdu(0x03, 0x00, 0x02),
+			raw_pdu(0x0C, 0xD1, 0x00, 0x00, 0x00),
+			raw_pdu(0x0D, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
+				0x88, 0x99, 0x00, 0x12, 0x34, 0x56, 0x78, 0x90,
+				0x12, 0x34, 0x56, 0x78, 0x90, 0x12, 0x34),
+			raw_pdu(0x0C, 0xD1, 0x00, 0x16, 0x00),
+			raw_pdu(0x0D, 0x56, 0x78, 0x90, 0x12, 0x34, 0x56, 0x78,
+				0x90, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
+				0x88, 0x99, 0x00, 0x11, 0x22, 0x33, 0x44),
+			raw_pdu(0x0C, 0xD1, 0x00, 0x2C, 0x00),
+			raw_pdu(0x0D));
+
 	return g_test_run();
 }