Diff between cd0a46b41f58c25ae690f96c6fb4d1e556649c3b and 5e87aaf53823506881da21379bb4b4a854395c19

Changed Files

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

Full Patch

diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index f9c7e27..b96adb5 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -1922,6 +1922,22 @@ int main(int argc, char *argv[])
 			raw_pdu(0x08, 0x02, 0x00, 0x01, 0x00, 0x00, 0x28),
 			raw_pdu(0x01, 0x08, 0x02, 0x00, 0x01));
 
+	define_test_server("/TP/GAR/SR/BV-04-C/large-1", test_server,
+			ts_large_db_1, NULL,
+			raw_pdu(0x03, 0x00, 0x02),
+			raw_pdu(0x0C, 0xD3, 0x00, 0x00, 0x00),
+			raw_pdu(0x0D, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
+				0x88, 0x99, 0x00, 0x11, 0x22, 0x33, 0x44, 0x55,
+				0x66, 0x77, 0x88, 0x99, 0x00, 0x11, 0x22),
+			raw_pdu(0x0C, 0xD3, 0x00, 0x16, 0x00),
+			raw_pdu(0x0D, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99,
+				0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77,
+				0x88, 0x99, 0x00, 0x11, 0x22, 0x33, 0x44),
+			raw_pdu(0x0C, 0xD3, 0x00, 0x2C, 0x00),
+			raw_pdu(0x0D, 0x55),
+			raw_pdu(0x0C, 0xD3, 0x00, 0x2D, 0x00),
+			raw_pdu(0x0D));
+
 	define_test_client("/TP/GAR/CL/BV-05-C", test_client, service_db_1,
 			&test_multiple_read_1,
 			SERVICE_DATA_1_PDUS,