Diff between 6c9456037bcc8a0d1749889b3cf6772b0d0f60ce and c33e6347ea7db3be3df49a001073820b03d790d0
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 5856630..29387f0 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -2018,5 +2018,11 @@ int main(int argc, char *argv[])
'2', '2', '2', '2', '3', '3', '3', '3', '3',
'4', '4', '4', '4', '4'));
+ define_test_server("/TP/GAR/SR/BI-18-C/large-1", test_server,
+ ts_large_db_1, NULL,
+ raw_pdu(0x03, 0x00, 0x02),
+ raw_pdu(0x0e, 0x44, 0x00, 0x06, 0x00, 0x27, 0x00),
+ raw_pdu(0x01, 0x0e, 0x27, 0x00, 0x02));
+
return g_test_run();
}