Diff between 31ea4a9684d8ffc6ba82c61c896410955bcb0974 and 526e29b0d05ec79f5bdd01f33012efedb20c9aa1
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 dbbd504..ecbebe9 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -2051,5 +2051,11 @@ int main(int argc, char *argv[])
0x88, 0x99, 0x00, 0x12, 0x34, 0x56, 0x78, 0x90,
0x12, 0x34, 0x56, 0x78, 0x90, 0x12, 0x34));
+ define_test_server("/TP/GAR/SR/BI-23-C/large-1", test_server,
+ ts_large_db_1, NULL,
+ raw_pdu(0x03, 0x00, 0x02),
+ raw_pdu(0x0A, 0x96, 0x00),
+ raw_pdu(0x01, 0x0A, 0x96, 0x00, 0x02));
+
return g_test_run();
}