Diff between 7b8f5250b71e36052e0adeb3a32aa9f51f26e928 and d00d1fa59c87eeb7086cbdadfe7eb99c124b8816
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 1bc2397..9fa301b 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3050,5 +3050,11 @@ int main(int argc, char *argv[])
raw_pdu(0x12, 0x00, 0x00, 0x01, 0x02, 0x03),
raw_pdu(0x01, 0x12, 0x00, 0x00, 0x01));
+ define_test_server("/TP/GAW/SR/BI-03-C", test_server,
+ service_db_1, NULL,
+ raw_pdu(0x03, 0x00, 0x02),
+ raw_pdu(0x12, 0x03, 0x00, 0x01, 0x02, 0x03),
+ raw_pdu(0x01, 0x12, 0x03, 0x00, 0x03));
+
return tester_run();
}