Diff between fdca0c1dc9022b92bf7f621f00503fb161b337ee and 7b8f5250b71e36052e0adeb3a32aa9f51f26e928

Changed Files

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

Full Patch

diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index c2f8a6f..1bc2397 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3044,5 +3044,11 @@ int main(int argc, char *argv[])
 			raw_pdu(0x12, 0x07, 0x00, 0x01, 0x02, 0x03),
 			raw_pdu(0x13));
 
+	define_test_server("/TP/GAW/SR/BI-02-C", test_server,
+			service_db_1, NULL,
+			raw_pdu(0x03, 0x00, 0x02),
+			raw_pdu(0x12, 0x00, 0x00, 0x01, 0x02, 0x03),
+			raw_pdu(0x01, 0x12, 0x00, 0x00, 0x01));
+
 	return tester_run();
 }