From nobody Mon Jun 27 19:52:05 2022 X-Original-To: freebsd-bluetooth@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E81628738BF for ; Mon, 27 Jun 2022 19:52:14 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: from mail.bithabitat.de (mail.bithabitat.de [84.200.61.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LWyzx6Qhfz3s8C for ; Mon, 27 Jun 2022 19:52:13 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=erdgeist.org; i=@erdgeist.org; q=dns/txt; s=erdgeist; t=1656359525; h=date : from : to : cc : subject : in-reply-to : message-id : references : mime-version : content-type : from; bh=0mOIBWVWm58TfKEbNMWkhEC/2F8yhAKAZzHDUbLhLjs=; b=gxWhMofQUSMVMsVMCA6q4GUKzLtFDFddhFsAqNH2eWPse3Wg0elYyTZ9JkB09LnTI6pkL 5K9MwitYbOaitr4ZysUAWqfc672ZZJHrdlkOz0LS+6kQcVVl72TrCx07ZbKU/OzmKrIEtE8 IXPce4vUlXnEsclrueyCE/I8cYDAIlvHmQkN1OA3api3xaGvW7JM3ehwNaftmRnccKckPmt AQVq0lQgG5DElOh7rnpVKBrBW47JJ+dQUtkfZp4aN3nsIPzlo6lNXEuIMJKxh25TUr0qohU FC/uPersr/MPCnQhJaOHfLAxERV2FeY1yAj9TSIgmRYfpYrfZQ5JeuqoCpAQ== Received: (qmail 94530 invoked from network); 27 Jun 2022 19:52:05 -0000 Received: from mail.bithabitat.de (HELO mail.bithabitat.de) (erdgeist@erdgeist.org) by mail.bithabitat.de with ESMTPS (TLS_AES_256_GCM_SHA384 encrypted); 27 Jun 2022 19:52:05 -0000 Date: Mon, 27 Jun 2022 21:52:05 +0200 (CEST) From: Dirk Engling To: freebsd-bluetooth@freebsd.org cc: freebsd-hackers@freebsd.org Subject: Re: blued: bluetooth daemon - looking for testers In-Reply-To: Message-ID: References: List-Id: Using Bluetooth in FreeBSD environments List-Archive: https://lists.freebsd.org/archives/freebsd-bluetooth List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bluetooth@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Rspamd-Queue-Id: 4LWyzx6Qhfz3s8C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none ("invalid DKIM record") header.d=erdgeist.org header.s=erdgeist header.b=gxWhMofQ; dmarc=none; spf=pass (mx1.freebsd.org: domain of erdgeist@erdgeist.org designates 84.200.61.29 as permitted sender) smtp.mailfrom=erdgeist@erdgeist.org X-Spamd-Result: default: False [-2.99 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[erdgeist.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[erdgeist.org:~]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.69)[-0.687]; R_DKIM_PERMFAIL(0.00)[erdgeist.org:s=erdgeist]; MLMMJ_DEST(0.00)[freebsd-bluetooth]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:44066, ipnet:84.200.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-ThisMailContainsUnwantedMimeParts: N On Mon, 27 Jun 2022, Andreas Kempe wrote: > After having issues with my bluetooth mouse, I figured out that the > problem was a lack of support for secure simple pairing and I reported > on this a while back to freebsd-bluetooth and freebsd-hackers. This > sent me down the rabbit hole of working on my own bluetooth daemon > with the goal of providing a user friendly way of pairing and using > bluetooth devices. I was at a similar point and wrote man 8 bluetooth-config a while ago. Did you find this and how does your approach differ? Best erdgeist