From owner-freebsd-bluetooth@freebsd.org Sun Jul 9 18:33:53 2017 Return-Path: Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9239ED928B1 for ; Sun, 9 Jul 2017 18:33:53 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 568C668302 for ; Sun, 9 Jul 2017 18:33:52 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) X_CMAE_Category: , , X-CNFS-Analysis: v=2.2 cv=F/IVTepN c=1 sm=1 tr=0 a=lGUdY1O6J9NpztYPi32J9g==:117 a=lGUdY1O6J9NpztYPi32J9g==:17 a=r77TgQKjGQsHNAKrUKIA:9 a=NEAV23lmAAAA:8 a=_KoyAOLfRDr8tPZhdGAA:9 a=QEXdDO2ut3YA:10 a=pGLkceISAAAA:8 a=p3aviGDlJJ8fj1dUxeQA:9 a=_W_S_7VecoQA:10 a=6kGIvZw6iX1k4Y-7sg4_:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: YW5hdEByY24uY29t Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 108.53.87.28 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [108.53.87.28] ([108.53.87.28:40186] helo=aldan.narawntapu) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.23.54417 r(Core:3.6.23.0)) with ESMTPSA (cipher=DHE-RSA-AES128-SHA) id 2C/D6-26624-A0772695; Sun, 09 Jul 2017 14:33:46 -0400 Subject: Ubertooth (Re: How to listen quietly for other Bluetooth devices?) To: Maksim Yevmenkin , "freebsd-bluetooth@freebsd.org" References: <085c77b2-9f40-5a1f-0b49-86a24e561fce@aldan.algebra.com> <9DDD63D7-52A2-4995-98E4-D60CEE5EE106@gmail.com> From: "Mikhail T." Message-ID: <6e1f597c-7f85-1a37-a228-49da2d2f77dd@aldan.algebra.com> Date: Sun, 9 Jul 2017 14:33:45 -0400 MIME-Version: 1.0 In-Reply-To: <9DDD63D7-52A2-4995-98E4-D60CEE5EE106@gmail.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 18:33:53 -0000 On 09.07.2017 12:54, maksim yevmenkin wrote: > Of course HCI has provision for so called "vendor" commands. Those are > specific to each vendor and generally not documented. It is possible > that some vendor may have implemented commands that allow low level > access to baseband, however, I never saw anything like that. On the note of different vendors, has anyone tried to port the "Ubertooth" software parts to FreeBSD? https://github.com/greatscottgadgets/ubertooth The code has a few instances of "ifdef FreeBSD", but does not build "out of the box"... -mi