From owner-freebsd-bluetooth@FreeBSD.ORG Sat Jun 21 19:27:35 2008 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 43FF91065672 for ; Sat, 21 Jun 2008 19:27:35 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smtp02.one2one.net (smtp02.one2one.net [149.254.192.174]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF778FC12 for ; Sat, 21 Jun 2008 19:27:35 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from [127.0.0.1] (helo=localhost) by localhost.localdomain with esmtp (Exim 4.50) id 1KA8OJ-0004Ti-Uy; Sat, 21 Jun 2008 20:04:52 +0100 Received: from localhost.localdomain ([127.0.0.1]) by localhost (smtpbeckt01 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16802-09; Sat, 21 Jun 2008 20:04:51 +0100 (BST) Received: from [10.35.47.179] (helo=rya-online.net) by localhost.localdomain with smtp (Exim 4.50) id 1KA8OI-0004TV-2M; Sat, 21 Jun 2008 20:04:51 +0100 Received: (nullmailer pid 1613 invoked by uid 1000); Sat, 21 Jun 2008 19:04:34 -0000 Date: Sat, 21 Jun 2008 20:04:34 +0100 (BST) To: Kevin Downey In-Reply-To: <1d3ed48c0806210015m2fb9bc6n8202e91d1a140e41@mail.gmail.com> References: <1d3ed48c0806192023w42f30a04i5b7bab5598005ac@mail.gmail.com> <1d3ed48c0806210015m2fb9bc6n8202e91d1a140e41@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1214075074.941115.1335.nullmailer@galant.ukfsn.org> From: Iain Hibbert X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at example.com X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: plunky@rya-online.net X-SA-Exim-Scanned: No (on localhost.localdomain); SAEximRunCond expanded to false Cc: freebsd-bluetooth@freebsd.org Subject: Re: playstation 3 remote 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: Sat, 21 Jun 2008 19:27:35 -0000 On Sat, 21 Jun 2008, Kevin Downey wrote: > Ok, it seems like I wasn't holding "start" and "enter" down long > enough. Now I get output in > hcidump and hcicontrol. (I have remote in the bluetooth hosts file) > > % sdpcontrol -a remote browse > > Record Handle: 0x00010000 > Service Class ID List: > Human Interface Device (0x1124) > Protocol Descriptor List: > L2CAP (0x0100) > Protocol specific parameter #1: u/int/uuid16 17 > HIDP (0x0011) > Bluetooth Profile Descriptor List: > Human Interface Device (0x1124) ver. 1.0 > > I cannot seem to keep the link up or pair or whatever. perhaps it does not wish to keep the link up if it is not being used, and does not require pairing for what you have done so far. Unless you set the Auth Enable (with hccontrol) your controller will not request pairing. try % bthidcontrol -a remote query and % bthidcontrol -a remote dump to see what the HID profile gives us? regards, iain