From owner-freebsd-bluetooth@FreeBSD.ORG Thu Apr 10 17:49:11 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 605FF106566C for ; Thu, 10 Apr 2008 17:49:11 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id E06CA8FC28 for ; Thu, 10 Apr 2008 17:49:10 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so72520fgg.35 for ; Thu, 10 Apr 2008 10:49:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=R7zI1s8vbUQqc8oVZCCQfrbnMIA+mdq57nInaqP1bZc=; b=isUHoNfLvYaPWXnaBrHoptJ03gPdMk4LOJvGNIJqoZAXlWcsa0rQ221f1hwQz2YgUxFbR8hFLspHpy8IM9r6PO0xULG4iadVjWG2Q325LumXHFcYdRKr5j4sr/RSSfoWgbQnyddy2SBs+VtfxpL/0F4dim0iifsqeouq5qWPpAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KsiJ6TSMoX7rGczbnXsIoGbwmJPndJobm200l32sB2k07+Ot2vbzXILFuxxTKFgtFLApOtqYlej25+wCED80n8t+lZ7qeOKX5g4MzS9zQVzEOiuwD5Ggm/mI8b8DOoh7ImpI2IsnzEUJ5XpIMdMigwQi5M8lrYaqi3Wt3zfR258= Received: by 10.86.61.13 with SMTP id j13mr3556361fga.26.1207849749470; Thu, 10 Apr 2008 10:49:09 -0700 (PDT) Received: by 10.86.71.15 with HTTP; Thu, 10 Apr 2008 10:49:09 -0700 (PDT) Message-ID: Date: Thu, 10 Apr 2008 10:49:09 -0700 From: "Maksim Yevmenkin" To: "Jonathon Moldenhauer" In-Reply-To: <92abd3ae0804101010m1535c06bm89ba9002a662f26@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <92abd3ae0804101010m1535c06bm89ba9002a662f26@mail.gmail.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: headset support 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: Thu, 10 Apr 2008 17:49:11 -0000 Jon, > I have searched back through the archives here and there is discussion about > FreeBSD and headset/handsfree profile support. I have seen several comments > that "the code is about the be committed" so I am wondering what the status > really is. If any help is needed I would be willing to test and/or work on > code so that this feature can be brought to the FreeBSD platform. first of all what exactly do you need to support? do you have any specific usage scenario in mind? i have had code to support isoc transfers in ng_ubt(4) (a must to support bluetooth audio) and bluetooth sco sockets for quite a while. i was planning to commit it, but then i changed my mind. with the code i have, i can transfer raw audio data, but what to do with the raw data is the next big question. do we need to somehow plug into sound subsystem? something else? thanks, max