From owner-freebsd-bluetooth@freebsd.org Sat Feb 24 05:34:42 2018 Return-Path: Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2CC46F16625 for ; Sat, 24 Feb 2018 05:34:42 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "amnesiac", Issuer "amnesiac" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 736E56EF27 for ; Sat, 24 Feb 2018 05:34:39 +0000 (UTC) (envelope-from takawata@sana.init-main.com) Received: from sana.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.15.2/8.15.2) with ESMTPS id w1O5P2Nb094356 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 24 Feb 2018 14:25:02 +0900 (JST) (envelope-from takawata@sana.init-main.com) Received: (from takawata@localhost) by sana.init-main.com (8.15.2/8.15.2/Submit) id w1O5P2Dc094355; Sat, 24 Feb 2018 14:25:02 +0900 (JST) (envelope-from takawata) Date: Sat, 24 Feb 2018 14:25:02 +0900 From: Takanori Watanabe To: Sid , freebsd-bluetooth@freebsd.org Subject: Re: Bluetooth v4 Message-ID: <20180224052502.GA45606@sana.init-main.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 05:34:42 -0000 On Thu, Feb 22, 2018 at 05:07:41PM +0100, Sid wrote: > >> Jan 04, 2018: > >> The BSD community, not just FreeBSD, should look into creating a standard driver for Bluetooth v4, and forget completely about versions 1.2, 2.x, and 3.x. Worrying about versions 2 and 3 is a complete waste of time. > >> Bluetooth v4 dongles are now inexpensive, and are backward compatible with devices of lesser Bluetooth versions. > > > Takanori Watanabe wrote: > > I wrote some code for Bluetooth LE and partly committed to the HEAD. > > I use HOGP mouse. https://github.com/takawata/FreeBSD-BLE > > Hi, is all of it under https://svnweb.freebsd.org/base/head/usr.bin/bluetooth/? Does the one at github work for several Bluetooth versions? Thank you. Indeed, I did not touch there. There are https://svnweb.freebsd.org/base/head/usr.sbin/bluetooth/ and https://svnweb.freebsd.org/base/head/sys/netgraph/bluetooth/ also.