summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-09-06 14:09:37 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-03-02 14:42:34 -0800
commitb8b59af4e88069cb2f67b0168113aa489f6e1fe9 (patch)
tree3f0581851af702d68633ce2e0e32df97788f5049 /unit
parent923d9b47be6255ddd7eed8ce6d7a81312fcf5b53 (diff)
downloadbluez-b8b59af4e88069cb2f67b0168113aa489f6e1fe9.tar.gz
gatt: Add support for Notify Multiple
This adds support for Notify Multiple procedure marking its bit as supported in the Client Features.
Diffstat (limited to 'unit')
-rw-r--r--unit/test-gatt.c2
1 files changed, 1 insertions, 1 deletions
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 = {