From owner-freebsd-bluetooth@FreeBSD.ORG Mon Aug 4 13:11:57 2014 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C837DFB for ; Mon, 4 Aug 2014 13:11:57 +0000 (UTC) Received: from udns.ultimateDNS.NET (ultimatedns.net [209.180.214.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC2B92B07 for ; Mon, 4 Aug 2014 13:11:56 +0000 (UTC) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimateDNS.NET (8.14.5/8.14.5) with ESMTP id s74DEFq0055870; Mon, 4 Aug 2014 06:14:21 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: (from www@localhost) by udns.ultimatedns.net (8.14.5/8.14.5/Submit) id s74DE9tD055864; Mon, 4 Aug 2014 06:14:09 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net ([209.180.214.225]) (UDNSMS authenticated user chrish) by ultimatedns.net with HTTP; Mon, 4 Aug 2014 06:14:09 -0700 (PDT) Message-ID: In-Reply-To: References: <49a3a3111c58068d81cea4fa40a7e2cc.authenticated@ultimatedns.net> <20140803172130.GK10844@e-new.0x20.net> Date: Mon, 4 Aug 2014 06:14:09 -0700 (PDT) Subject: Re: Whereis, what happened to the ubt man page(s)? From: "Chris H" To: "Maksim Yevmenkin" User-Agent: UDNSMS/2.0.3 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd Bluetooth X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 13:11:57 -0000 Greetings, and thank you for your reply. > On Sun, Aug 3, 2014 at 10:21 AM, Lars Engels wrote: >> On Sun, Aug 03, 2014 at 09:28:53AM -0700, Chris H wrote: >>> Greetings, >>> I've been [attempting] to experiment with bluetooth(3). I was experimenting >>> with trying to connect, or pair with my "smart phone". When I plug in my >>> bluetooth dongle, I see the the manufacturer, and other information. The >>> device is listed in /dev as ubt0. But I am unable to pair, or otherwise >>> communicate [usefully] with the phone. I attempted to read up on ubt >>> >>> # man ubt >>> No manual entry for ubt >>> >>> So is this some super-secret device that only it's developer is allowed >>> to understand/work with? >>> >>> Thank you for all your time, and consideration. >>> >>> --Chris >>> >>> P.S. the above was performed on RELENG_8, and RELENG_9 >> >> It's ng_ubt(4). > > also > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-bluetooth.html > > is a good start Excellent. You're right. I should have thought to do that myself. :P Thanks for reminding me. :) --Chris > > thanks > max >