From b8b59af4e88069cb2f67b0168113aa489f6e1fe9 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 6 Sep 2019 14:09:37 +0300 Subject: gatt: Add support for Notify Multiple This adds support for Notify Multiple procedure marking its bit as supported in the Client Features. --- unit/test-gatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit') diff --git a/unit/test-gatt.c b/unit/test-gatt.c index d94993b9c..36dd2847c 100644 --- a/unit/test-gatt.c +++ b/unit/test-gatt.c @@ -2271,7 +2271,7 @@ static void test_server_notification(struct context *context) const struct test_step *step = context->data->step; bt_gatt_server_send_notification(context->server, step->handle, - step->value, step->length); + step->value, step->length, false); } static const struct test_step test_notification_server_1 = { -- cgit v1.2.1