From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id OJaBGTcwv2GuTAEAgWs5BA (envelope-from ) for ; Sun, 19 Dec 2021 14:14:31 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id uAdTFTcwv2FJKAAA1q6Kng (envelope-from ) for ; Sun, 19 Dec 2021 13:14:31 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1B5DE3CEBF for ; Sun, 19 Dec 2021 14:14:31 +0100 (CET) Received: from localhost ([::1]:58884 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1myw1G-0003SB-9Q for larch@yhetil.org; Sun, 19 Dec 2021 08:14:30 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1myw0o-0003R8-3M for guix-patches@gnu.org; Sun, 19 Dec 2021 08:14:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33675) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1myw0n-0002OV-RD for guix-patches@gnu.org; Sun, 19 Dec 2021 08:14:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1myw0n-0007sj-NL for guix-patches@gnu.org; Sun, 19 Dec 2021 08:14:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52575] [PATCH v3] services: bluetooth: Add missing config parameters References: <20211217132610.26529-1-db@minikn.xyz> In-Reply-To: <20211217132610.26529-1-db@minikn.xyz> Resent-From: Demis Balbach Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 Dec 2021 13:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52575 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 52575@debbugs.gnu.org Received: via spool by 52575-submit@debbugs.gnu.org id=B52575.163991960830250 (code B ref 52575); Sun, 19 Dec 2021 13:14:01 +0000 Received: (at 52575) by debbugs.gnu.org; 19 Dec 2021 13:13:28 +0000 Received: from localhost ([127.0.0.1]:45221 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myw0F-0007rq-TN for submit@debbugs.gnu.org; Sun, 19 Dec 2021 08:13:28 -0500 Received: from mout-p-101.mailbox.org ([80.241.56.151]:46094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1myw0E-0007re-Te for 52575@debbugs.gnu.org; Sun, 19 Dec 2021 08:13:27 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4JH37N5R2tzQjw6 for <52575@debbugs.gnu.org>; Sun, 19 Dec 2021 14:13:20 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=minikn.xyz; s=MBO0001; t=1639919598; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=RUKaerxyA+Jsw/LiF+tdxUCCXUF77HD+QdJQupxUBzc=; b=aB0yLZJ8PWr84mh7w5Ol8he4QJLX38EIT5RNhKH7kGomXj2a41NVfAodhHL8Ivvee8K83v uuYa9K6ksYRyxGhdijB4ugS5YlGCa+95ZJqUlJx8+DiA3GtaNE0QDJphGf9KeQHDVwudBf nN6S6zscR50rFdVlNCZs7GF9Sprr2pWJ4Z6TjtmsOAjwxZ56iFbj3OId8qE1o8mDO+C3SQ iC6LJADmWDBvLyhh1oJ/ivhSIw44Jh+WM2c3KCSWjyVMiBw/YJ/NrqB5LdkC9Jc3MMhqps NcX03wtE+Hwq3a/hjh8yg5i7BddrXYTFEjea8z8Uw+qlFe8gHbDcSsj700rEUg== From: Demis Balbach Date: Sun, 19 Dec 2021 14:13:16 +0100 Message-ID: <875yrkagb7.fsf@minikn.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639919671; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=RUKaerxyA+Jsw/LiF+tdxUCCXUF77HD+QdJQupxUBzc=; b=lFq7738JcYe2zBc6pgayrb6b4ip/w1mhmz5x1SCmoCz/hMOs42Jqzoc5d5VG3O10vN2Wtg o/5APza4Xdrf3Okfk4xx+3pz4508eQ0+1LXfvFBdwlt4kFjky/zTcVifrJjOH2Wj/T+Kjf fVZ5ZGtZofAl2jODVzJR9WsF5EXvKaYrschbnn5Q/3h069If+14Xu7FWmrFHabLeH0NPtF xBWZzrKjpwP/08fIUIR7fvpyg/NJXCqjFxBIjhx8GEltaEucfj5dM7rYKuyUlWTJF7KP22 Ff2a7phxaV5ArWsyQ79ajxuAzWPGnje+XntUNarVzpZLoebFSpz+RyQkyNLzkg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639919671; a=rsa-sha256; cv=none; b=LhxaZB6255nk5MFZXGY4cBsbLmyGZCXx9gKLFRDuhc59sS6ndOAhto5GDNie7S343b9xrF GvjBXPxECEhF63UUTlfawW3LZrX1XW2tEyEzgvBa2e6OnLOMzRPhc32WtacFqT3R7KqEjr HYGoOPjoP8u3mKhBTy8qmKKj07dpu3KbEj2G1ASmIJosZRVwBDZUyJcOqFiWPlAl8z+dJ4 AlsRLKkmc9vhT3mqZ7RFqZ5RQIPMp0bAPUm84W8LcJAsOZMEHiv4TeHRLfMhd+ET/Fr9+6 mXiWNIV64mydmcziOCoi9SkGpze1pmEgLw6978uowo/DX9YmDxe4IdScO0T6+A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=minikn.xyz header.s=MBO0001 header.b=aB0yLZJ8; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -5.42 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=minikn.xyz header.s=MBO0001 header.b=aB0yLZJ8; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 1B5DE3CEBF X-Spam-Score: -5.42 X-Migadu-Scanner: scn0.migadu.com X-TUID: 96ighvlYpUqk --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable The discussion (and patches to follow) will be continued in 52470. This issue can be closed. =2D-=20 Best regards / Mit freundlichen Gr=C3=BC=C3=9Fen, Demis Balbach --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJCBAEBCgAsFiEEz9zHmXzCRksxyCGU8X3bmMw8QFwFAmG/L+wOHGRiQG1pbmlr bi54eXoACgkQ8X3bmMw8QFwzvhAAiaDp9+jE1XHiuCVQUe6crc+DLCMPUDJ3QUsV p41Vsr+Yut7gTROGDsWK9Opkr6gMyU9nJHrf881ye/Pq5dFwTOSRxW8QPoBtH058 RTRmrcFr4vKjv5jg+GQSnAtJ2YrNX/iG5q8/clF+luo0UcflbKutdjEGpR+5BjG/ hapiFABc/31aXt/HUZYeZo+hxYlIlYHKBUSOuI/ACKv2pgzXGbBFFrD6Q4WlOJec dPhZa4eoK7NQ8T2o5dSVC0rzrAY0etHwLZLQm3FMB1+lXB3v7ICLu6Y88FRQ8TO8 741TXRMJ/vsea4BtXOPMFFOjEHt/g45yod+xdY62XJfwOzIxj3V9oJ5xczG8x9zW MOtR+GJoMyDFe5DIDoA7VDJza9LMk/f9SJz8/QQ4bG4VBXJV/0/V6CMKGfkewGox hQcjxoZXrmbcKFVRVXtjMT5Hb6ZM4d/EVBVhJqTqpesUVFz+3T5/SOtm49lQgvUk +aJSYTLrPjLjLm8S9/o6+oJ/FIwYz1C69XC7fsgvgwvJTunw3DrC5EVXfRseIc2q 2nDgjDG7amqXQIMQIJ641oP9ni/n2hUJncAns8K1SNxhWpehsA4ktSNUEygmt9GR NxeTmHfK3mzjkKibgXg4A1LgLAbCrydG/VDy6+kQsnhlg+yloVaWiXJcgEQE3j1N c8vQSuk= =fzNv -----END PGP SIGNATURE----- --=-=-=--