From owner-freebsd-bluetooth@FreeBSD.ORG Sun Aug 3 19:14:25 2014 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3B5DDE5 for ; Sun, 3 Aug 2014 19:14:25 +0000 (UTC) Received: from mail-oa0-x229.google.com (mail-oa0-x229.google.com [IPv6:2607:f8b0:4003:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9EAD0243E for ; Sun, 3 Aug 2014 19:14:25 +0000 (UTC) Received: by mail-oa0-f41.google.com with SMTP id j17so4466156oag.28 for ; Sun, 03 Aug 2014 12:14:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Q5tkG11SavZxN+CR3TRcneVByxHScRolHVaq4qMVGBM=; b=TGOP8dd9ZWBjskcFI2o0or31BkMyOXNzFN/ADQiWF/iDJhNOYK0FEdMuLi+OI52m05 9Toni4HDbWKYHJHV8pswbMRL6gCXS5j72Y4rNWqI2lXmXxHpz0V31MFG0loKTQT8qOC9 pGe30SRiHz59oZs9UcjzIzvEJ6eLgO+fy4A0viJl+BQ74x05CElfOW9NtbH7SlU7d7aI o/IICdHbV6rAY+J+rkO7ZV/t3sKc8iWzk1g/q/V1e8vtURfuHv3UyQ5yuuydDn7NlNzI aGaeaexDW5Hl9YIXFMwbO4bhQdk6A3TSO+OtSCGu9tt47wE+8nQCj8gdtDpUhoW4/dBl FC1w== MIME-Version: 1.0 X-Received: by 10.60.52.178 with SMTP id u18mr27009077oeo.68.1407093264913; Sun, 03 Aug 2014 12:14:24 -0700 (PDT) Received: by 10.76.94.101 with HTTP; Sun, 3 Aug 2014 12:14:24 -0700 (PDT) In-Reply-To: <20140803172130.GK10844@e-new.0x20.net> References: <49a3a3111c58068d81cea4fa40a7e2cc.authenticated@ultimatedns.net> <20140803172130.GK10844@e-new.0x20.net> Date: Sun, 3 Aug 2014 12:14:24 -0700 Message-ID: Subject: Re: Whereis, what happened to the ubt man page(s)? From: Maksim Yevmenkin To: Lars Engels Content-Type: text/plain; charset=UTF-8 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: Sun, 03 Aug 2014 19:14:25 -0000 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 thanks max