ble-gatt-server-example: add support for notify multiple

See bluez commit b8b59af4e88069cb2f67b0168113aa489f6e1fe9.

Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
(cherry picked from commit f0d0e84ef4)
This commit is contained in:
Tatiana Leon 2021-07-20 16:18:30 +02:00 committed by Mike Engel
parent de9db29af7
commit b67f0eaba1
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ static bool temperature_notify_cb(void *user_data)
bt_gatt_server_send_notification(server->gatt,
notify_data->handle,
&notify_value,
sizeof(notify_value));
sizeof(notify_value), false);
}
return true;