From owner-freebsd-bluetooth@FreeBSD.ORG Sun Jul 16 17:21:35 2006 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFBA16A4E2 for ; Sun, 16 Jul 2006 17:21:35 +0000 (UTC) (envelope-from jpb@sixshooter.v6.thrupoint.net) Received: from sixshooter.v6.thrupoint.net (sixshooter.v6.thrupoint.net [65.242.152.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E4D43D46 for ; Sun, 16 Jul 2006 17:21:34 +0000 (GMT) (envelope-from jpb@sixshooter.v6.thrupoint.net) Received: by sixshooter.v6.thrupoint.net (Postfix, from userid 1001) id 44A9DA3A; Sun, 16 Jul 2006 13:21:34 -0400 (EDT) Date: Sun, 16 Jul 2006 13:21:34 -0400 From: Jim Brown To: freebsd-bluetooth@freebsd.org Message-ID: <20060716172134.GB95884@sixshooter.v6.thrupoint.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Subject: Curiosity on device discovery 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: Sun, 16 Jul 2006 17:21:35 -0000 Hi All, FreeBSD 6.0 / Linksys USB (Broadcom) / BT enabled phone and headset I've followed the handbook guidelines in using bluetooth and everything works fine. I can discover nearby devices with my USB bluetooth device. I can also use hccontrol to make connections to my bluetooth headset When I use hccontrol I can see the data exchanges by running hcidump in another window. However, when I use the phone to discover nearby devices I don't see any indication of activity at all on the USB device. The phone does discover the device and it shows up with my hostname. Why doesn't hcidump display that activity? Is it being handled at the device driver level, below the HCI layer? So, I'd like to see that activity too. What can I use to see that activity? Thanks and Best Regards, Jim B.