Diff between 23a225676dd10486330cd12d479fc3c898062473 and cd0a46b41f58c25ae690f96c6fb4d1e556649c3b

Changed Files

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

Full Patch

diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index df49f6a..f9c7e27 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -1910,6 +1910,18 @@ int main(int argc, char *argv[])
 			raw_pdu(0x08, 0x01, 0x00, 0xFF, 0xFF, 0xF0, 0x0F),
 			raw_pdu(0x01, 0x08, 0x01, 0x00, 0x0a));
 
+	define_test_server("/TP/GAR/SR/BI-08-C/small", test_server, ts_small_db,
+			NULL,
+			raw_pdu(0x03, 0x00, 0x02),
+			raw_pdu(0x08, 0x02, 0x00, 0x01, 0x00, 0x00, 0x28),
+			raw_pdu(0x01, 0x08, 0x02, 0x00, 0x01));
+
+	define_test_server("/TP/GAR/SR/BI-08-C/large-1", test_server,
+			ts_large_db_1, NULL,
+			raw_pdu(0x03, 0x00, 0x02),
+			raw_pdu(0x08, 0x02, 0x00, 0x01, 0x00, 0x00, 0x28),
+			raw_pdu(0x01, 0x08, 0x02, 0x00, 0x01));
+
 	define_test_client("/TP/GAR/CL/BV-05-C", test_client, service_db_1,
 			&test_multiple_read_1,
 			SERVICE_DATA_1_PDUS,