Diff between e184acc86d2219a6df356b314182144e20e83d14 and 7f78eb333db56e66d8e26481b1fce4d18747570b
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 6d924c1..9b461d7 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -2618,5 +2618,11 @@ int main(int argc, char *argv[])
raw_pdu(0x0a, 0x04, 0x00),
raw_pdu(0x01, 0x0a, 0x04, 0x00, 0x02));
+ define_test_client("/TP/GAR/CL/BI-24-C", test_client, service_db_1,
+ &test_read_2,
+ SERVICE_DATA_1_PDUS,
+ raw_pdu(0x0a, 0x00, 0x00),
+ raw_pdu(0x01, 0x0a, 0x00, 0x00, 0x01));
+
return g_test_run();
}