Diff between 791b5210ccde5cde58988177e093507feeff1ce4 and ebf6040de0c9461f2801c1d8ad8680cd63104dbc

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 2737bd4..6df6342 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3515,6 +3515,14 @@ int main(int argc, char *argv[])
 			raw_pdu(0x12, 0x07, 0x00, 0x01, 0x02, 0x03),
 			raw_pdu(0x01, 0x12, 0x07, 0x00, 0x05));
 
+	define_test_client("/TP/GAW/CL/BI-05-C/auto", test_client, service_db_1,
+			&test_write_1,
+			SERVICE_DATA_1_PDUS,
+			raw_pdu(0x12, 0x07, 0x00, 0x01, 0x02, 0x03),
+			raw_pdu(0x01, 0x12, 0x07, 0x00, 0x05),
+			raw_pdu(0x12, 0x07, 0x00, 0x01, 0x02, 0x03),
+			raw_pdu(0x13));
+
 	define_test_client("/TP/GAW/CL/BI-06-C", test_client, service_db_1,
 			&test_write_6,
 			SERVICE_DATA_1_PDUS,