Diff between 68474c8e6ce80a56039c711d28a6b668f3919bdb and 06d78ce061d4602928c9fdd2ef9354a693270f3d

Changed Files

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

Full Patch

diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 2d9128e..5d1650f 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3041,6 +3041,14 @@ int main(int argc, char *argv[])
 			raw_pdu(0x0c, 0x03, 0x00, 0x00, 0x00),
 			raw_pdu(0x01, 0x0c, 0x03, 0x00, 0x05));
 
+	define_test_client("/TP/GAR/CL/BI-16-C/auto", test_client, service_db_1,
+			&test_long_read_1,
+			SERVICE_DATA_1_PDUS,
+			raw_pdu(0x0c, 0x03, 0x00, 0x00, 0x00),
+			raw_pdu(0x01, 0x0c, 0x03, 0x00, 0x05),
+			raw_pdu(0x0c, 0x03, 0x00, 0x00, 0x00),
+			raw_pdu(0x0d, 0x01, 0x02, 0x03));
+
 	define_test_client("/TP/GAR/CL/BI-17-C", test_client, service_db_1,
 			&test_long_read_8,
 			SERVICE_DATA_1_PDUS,