Date: Fri, 20 Jun 2008 13:33:39 -0700 From: "Maksim Yevmenkin" <maksim.yevmenkin@gmail.com> To: "Kevin Downey" <redchin@gmail.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: playstation 3 remote Message-ID: <bb4a86c70806201333s4f13516bxd4781330ed791254@mail.gmail.com> In-Reply-To: <1d3ed48c0806192023w42f30a04i5b7bab5598005ac@mail.gmail.com> References: <1d3ed48c0806192023w42f30a04i5b7bab5598005ac@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/19/08, Kevin Downey <redchin@gmail.com> wrote: > has anyone got a playstation 3 bluetooth remote working? if you do, > how? Most websites says "enter" and "start" sets it up for pairing but > doing that I see nothing in hcidump or hcicontrol. This is my first > time out with bluetooth so any advise would be nice. i'm guessing "enter" and "start" put the remote in the "discoverable" mode. try to do 'hcicontrol inquiry' to see if you can discover ps3 remote. once you know ps3 bd_addr you should be able to run sdp discovery, i.e. 'sdpcontrol -a ps3_bd_addr browse' that may return the list of supported services. i'm guessing ps3 remote will probably support hid service, so if 'browse' command will not return anything, you might want to try to search for hid service, i.e. 'sdpcontrol -a ps3_bd_addr search hid' once you know what services are offered, we can go from there. thanks, max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bb4a86c70806201333s4f13516bxd4781330ed791254>