From owner-freebsd-bluetooth@FreeBSD.ORG Tue Jul 19 03:39:21 2005 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 26F6916A41F for ; Tue, 19 Jul 2005 03:39:21 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from mta13.adelphia.net (mta13.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E7843D49 for ; Tue, 19 Jul 2005 03:39:20 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [192.168.1.254] (really [70.32.199.60]) by mta13.adelphia.net (InterMail vM.6.01.04.01 201-2131-118-101-20041129) with ESMTP id <20050719033918.HBQG14360.mta13.adelphia.net@[192.168.1.254]>; Mon, 18 Jul 2005 23:39:18 -0400 Message-ID: <42DC75F3.2000802@savvis.net> Date: Mon, 18 Jul 2005 20:39:31 -0700 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Loren M. Lang" References: <20050719031223.GA20371@alzatex.com> In-Reply-To: <20050719031223.GA20371@alzatex.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluetooth Headset or Handsfree profile 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: Tue, 19 Jul 2005 03:39:21 -0000 Loren, > Has any work been done yet on implementing the Bluetooth Headset or > Handsfree profiles in FreeBSD? I'd be quite interesting in helping to > develop it. If I don't get any responces for a week, I might just start > working on it from scratch. I believe the Headset profile is simplier, > though it supports less features so I might start with that one. i have the sco support code in my local cvs. so far i managed to receive audio data from my plantronics m2500 headset with 3com usb bluetooth dongle. i will give it a little bit more polishing and testing and then commit it to -current. it probably would not make it to the 6.0 release. what exactly are you planning to implement and how exactly would you use headset and handsfree profiles on freebsd? > Also, I saw a mention that one reason FreeBSD doesn't support bluetooth > audio yet is because the USB subsystem can't do isosynchronous transfers > yet. Is this true? i never said freebsd can not do it. what i said is that i did not know how to do it. fortunately, i figured it all out. it is not very obvious, but after playing with it for awhile i managed to teach ng_ubt(4) to receive sco frames via isochronous transfers. thanks, max