From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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 93ee2c7..33d4b9f 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.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html