From owner-freebsd-bluetooth@freebsd.org Sat Feb 24 10:18:26 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 C9C02F29744 for ; Sat, 24 Feb 2018 10:18:26 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward102j.mail.yandex.net (forward102j.mail.yandex.net [IPv6:2a02:6b8:0:801:2::102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C00E7968A for ; Sat, 24 Feb 2018 10:18:25 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mxback7g.mail.yandex.net (mxback7g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:168]) by forward102j.mail.yandex.net (Yandex) with ESMTP id 56D775602382; Sat, 24 Feb 2018 13:18:23 +0300 (MSK) Received: from smtp1o.mail.yandex.net (smtp1o.mail.yandex.net [2a02:6b8:0:1a2d::25]) by mxback7g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id t5UxHajgMo-IMdKpGgu; Sat, 24 Feb 2018 13:18:23 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1519467503; bh=BmJQ3a54iowGfEU7b3ppvAeM6YeU7jKqlqnkhYYeXXk=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=cDcrsLon31XoFYg7cQ0l+UfTpamkKDcVjVikHSICy9tT70mXaueEi4GwPqPm2C3DO lpQVbQvLg5z2xFsyo4MbQ6pVFcgYDiVrNXwpkIZSOr+W79IV0cP7jgiyj1v3hMVe1p EYyB3mgglY3/CWFqbQUvqo3V49GyzoafcEJgutJ0= Received: by smtp1o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id F4fL4JwfM6-IK5msxMr; Sat, 24 Feb 2018 13:18:20 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1519467501; bh=BmJQ3a54iowGfEU7b3ppvAeM6YeU7jKqlqnkhYYeXXk=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=LtIAav39cBJRCRZRH/AT3sdTZtcjUcAjIGCozIYsYFECrYLiY2ap1uA8uflUM7vor AM7fm62DilkI4+98cb5tduj30tQGt1loEArqIT4R/etHVXVNcVVkO6j+VlI1/3NLqt SMQZybQPw3/H49TUSJ9b3CLy+PYf8l/1YBmVTuQQ= Authentication-Results: smtp1o.mail.yandex.net; dkim=pass header.i=@yandex.com Message-ID: <1519467444.67616.0.camel@yandex.com> Subject: Re: Bluetooth v4 From: Stari Karp To: Takanori Watanabe , Sid , freebsd-bluetooth@freebsd.org Date: Sat, 24 Feb 2018 05:17:24 -0500 In-Reply-To: <20180224052502.GA45606@sana.init-main.com> References: <20180224052502.GA45606@sana.init-main.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.2 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 10:18:26 -0000 On Sat, 2018-02-24 at 14:25 +0900, Takanori Watanabe wrote: > 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. > > > _______________________________________________ > I think the last version is Bluetooth v5.