From owner-freebsd-bluetooth@FreeBSD.ORG Mon Nov 16 17:27:50 2009 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 113A91065672 for ; Mon, 16 Nov 2009 17:27:50 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smtp6.freeserve.com (smtp6.freeserve.com [193.252.22.192]) by mx1.freebsd.org (Postfix) with ESMTP id C74208FC16 for ; Mon, 16 Nov 2009 17:27:49 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3627.me.freeserve.com (SMTP Server) with ESMTP id 6D65D7000089; Mon, 16 Nov 2009 18:27:48 +0100 (CET) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3627.me.freeserve.com (SMTP Server) with ESMTP id 5D28C700008A; Mon, 16 Nov 2009 18:27:48 +0100 (CET) Received: from rya-online.net (unknown [89.194.134.91]) by mwinf3627.me.freeserve.com (SMTP Server) with SMTP id ACFE07000089; Mon, 16 Nov 2009 18:27:47 +0100 (CET) X-ME-UUID: 20091116172747708.ACFE07000089@mwinf3627.me.freeserve.com Received: (nullmailer pid 9008 invoked by uid 1000); Mon, 16 Nov 2009 17:28:01 -0000 Date: Mon, 16 Nov 2009 17:28:01 +0000 (GMT) To: Guido Falsi In-Reply-To: <20091116165007.GC13298@megatron.madpilot.net> References: <20091116165007.GC13298@megatron.madpilot.net> User-Agent: Alpine 2.00 (NEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1258392481.445966.18874.nullmailer@galant.ukfsn.org> From: Iain Hibbert Cc: freebsd-bluetooth@freebsd.org Subject: Re: Visibility X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 17:27:50 -0000 On Mon, 16 Nov 2009, Guido Falsi wrote: > Today I was playing around a little with bluetooth and I had the fancy > to just make my FreeBSD system not visible via bluetooth by default. > > I could not find any configuration to do this, nor any instruction in > the manual. > > Is there a simple way to do this? is this supported(no problem in > writing small scripts or code snippets...) or simply impossibile without > major tinkering with the stack? > > Thanks in advance, this is just an idea I had, nothing urgent! You need to have "Inquiry Scan" off. You can switch this manually with hccontrol(8) but I don't know how to make it so that it isn't turned on, perhaps using bluetooth_device_discoverable=NO in your /etc/rc.conf? iain