From owner-freebsd-current Mon Mar 3 13:59:12 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FC8837B401 for ; Mon, 3 Mar 2003 13:59:10 -0800 (PST) Received: from scl8owa02.int.exodus.net (scl8out02.exodus.net [66.35.230.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6633443FDF for ; Mon, 3 Mar 2003 13:59:09 -0800 (PST) (envelope-from Maksim.Yevmenkin@cw.com) Received: from scl8owa01.int.exodus.net ([66.35.230.241]) by scl8owa02.int.exodus.net with Microsoft SMTPSVC(5.0.2195.5329); Mon, 3 Mar 2003 13:59:09 -0800 Received: from exodus.net ([165.193.27.35]) by scl8owa01.int.exodus.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.5329); Mon, 3 Mar 2003 13:59:08 -0800 Message-ID: <3E63CF6F.8000303@exodus.net> Date: Mon, 03 Mar 2003 13:55:59 -0800 From: Maksim Yevmenkin User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021126 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Dustin Boontheekul Cc: freebsd-current@FreeBSD.ORG Subject: Re: FreeBSD Bluetooth stuff References: <45258A4365C6B24A9832BFE224837D552B1295@sjdcex01.int.exodus.net> <3E63A156.5000001@exodus.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Mar 2003 21:59:08.0870 (UTC) FILETIME=[1DC51E60:01C2E1D0] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dustin, > This is probably where I'm going to have to stop for the week to make sure > I get my classwork done, you've been a wonderful guide. I can't wait to > get started working on this some more. no problem. thanks for your time :) [...] >>bottom line: baseband + L2CAP works. you can talk to your >>mouse. SDP does not return anything. possible problems: > > Good. > >>1) mouse does not fully implement SDP. it is assumed that you have >> to know "magic" PSM for interrupt and control channel on the mouse. >> >>2) SDP interoperability problem > > Either way at least we know somebody has gotten it working. well, then we will get it working too :) >>one thing you could try is to ask mouse for the specific service, >>rather then for all services. you can do it by >> >># sdptool search --bdaddr HID > > Bingo. Nice response from the mouse. errr... those M$ bastards :) > # sdptool search --bdaddr $BT_ADDR HID > Searching for HID on 00:50:F2:7E:D6:A8 ... > Service Name: Wireless IntelliMouse Explorer for Bluetooth > Service Description: Five Button Mouse > Service Provider: Microsoft > Service RecHandle: 0x10000 > Service Class ID List: > "" (0x1124) > Protocol Descriptor List: > "L2CAP" (0x0100) > PSM: 17 > "" (0x0011) > Language Base Attr List: > code_ISO639: 0x656e > encoding: 0x6a > base_offset: 0x100 > Profile Descriptor List: > "" (0x1124) > Version: 0x0100 fine. we now see PSM 17. i guess it is a control channel. but where another (interrupt) one? well, its spec reading time again :) > Also, my bluetooth enabled phone came in today (Ericsson R520m). I'm > gonna check out which firmware revision it is and (if needed) send it off > for an update. Then I can start playing around with a more "conventional" > Bluetooth device to learn the ins and outs better. cool :) thanks max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message