From owner-freebsd-bluetooth@freebsd.org Thu Oct 8 16:53:53 2015 Return-Path: Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E3B59D164B for ; Thu, 8 Oct 2015 16:53:53 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22C36AA1 for ; Thu, 8 Oct 2015 16:53:53 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by wicfx3 with SMTP id fx3so33952136wic.0 for ; Thu, 08 Oct 2015 09:53:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1u5Vw7HZjHA8YxOoBUWpIOYjlknBti/0OABPATkQKLI=; b=teFYm0HxpEoU41rn22G/shxmDu+8YmiXzgpc+NSSjQp6gz5Yp45yiDapWszkzv1dxK lOSnwdviR4DzmkVtTwsqv7ot/9MpGtDr0P6ksHMc1HCWm0y6shxPNiC2WEXovH1KoA8g T1uqAKk2k/vq6Qwt80izP6HpRbAPVvwANaldL3KWatRhqRS6+VizhAZDByTujt/WxoYL +DafzLGGGRfUkvyWJ1NNmQmypkmXhz56GPbtcKYjHl+rRe1hNqVsivEYxfU/bsFV+0X9 DRRlLq2k1cpKAhUQogPwRlAkog+m3Iptm+mv9ctiy+t+dptDWLm5EUS17Pk1+CBw2LkE Z4bQ== MIME-Version: 1.0 X-Received: by 10.194.184.136 with SMTP id eu8mr10146562wjc.151.1444323231424; Thu, 08 Oct 2015 09:53:51 -0700 (PDT) Received: by 10.28.146.132 with HTTP; Thu, 8 Oct 2015 09:53:51 -0700 (PDT) In-Reply-To: <2669086.KH7QR9g2Oe@thinkpad> References: <2669086.KH7QR9g2Oe@thinkpad> Date: Thu, 8 Oct 2015 09:53:51 -0700 Message-ID: Subject: Re: A2DP on FreeBSD, part N From: Maksim Yevmenkin To: Maxim V FIlimonov Cc: "freebsd-bluetooth@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 16:53:53 -0000 On Wed, Oct 7, 2015 at 12:33 PM, Maxim V Filimonov wrote: > Hi everyone, > > I found this link: https://mail-index.netbsd.org/netbsd-users/2015/09/14/msg016883.html > > As you might notice from the URL, it's about A2DP on NetBSD. I heard that A2DP > requires mostly userland tools, so might anyone look at it and see if it will > actually work with FreeBSD? I didn't manage to compile that, and I don't have > the skills to make it work, unfortunately. Is it even portable to FreeBSD? bluetooth uers pace part should be portable (relatively straight forward). the audio drivers part will require a bit more work, but still doable. thanks max