From fd8ba13f36071a374f4f3baf31000c2d25e8d6ea Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 13 Mar 2015 15:19:44 +0200 Subject: [PATCH] unit/test-gatt: Add /TP/GAD/CL/BV-06-C/client-1 test This is similar to TP/GAD/CL/BV-06-C but using bt_gatt_client to discover everything. --- unit/test-gatt.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unit/test-gatt.c b/unit/test-gatt.c index 93ee2c7e5..33d4b9f9a 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -2269,6 +2269,10 @@ int main(int argc, char *argv[]) raw_pdu(0x05, 0x01, 0x15, 0x00, 0x04, 0x29, 0x16, 0x00, 0x05, 0x29)); + define_test_client("/TP/GAD/CL/BV-06-C/client-1", test_client, + service_db_1, NULL, + SERVICE_DATA_1_PDUS); + define_test_server("/TP/GAD/SR/BV-06-C/small", test_server, ts_small_db, NULL, raw_pdu(0x03, 0x00, 0x02), -- 2.47.3