diff --git a/ble-gatt-server-example/ble-gatt-server-app.c b/ble-gatt-server-example/ble-gatt-server-app.c index d13b257..797dc3c 100644 --- a/ble-gatt-server-example/ble-gatt-server-app.c +++ b/ble-gatt-server-example/ble-gatt-server-app.c @@ -351,7 +351,7 @@ static bool temperature_notify_cb(void *user_data) bt_gatt_server_send_notification(server->gatt, notify_data->handle, ¬ify_value, - sizeof(notify_value)); + sizeof(notify_value), false); } return true;