From owner-freebsd-bluetooth@FreeBSD.ORG Wed Apr 25 15:10:07 2007 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B25E216A407 for ; Wed, 25 Apr 2007 15:10:07 +0000 (UTC) (envelope-from tscmga@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id 72C4413C459 for ; Wed, 25 Apr 2007 15:10:07 +0000 (UTC) (envelope-from tscmga@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so338505nza for ; Wed, 25 Apr 2007 08:10:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:reply-to:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=F4YvJvVOcAuTbReoj/UPxNUnv6Urc3r5V3Y49XrXPv06+IRGCuQFRKsvOkSt1XG1tNCodg11SqLCmWyDvwm508ggsn1bTOBeEbFYmahkp1uFo8OAM1RCVUxAmGR9iqrLeZfSieypA8rHdhcHU5Bn7jUNEEWz/p1SyBXJ4NBk6JE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:reply-to:organization:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=h2JSyTt92UamMA0+kAMtZYmhgUkh69PUKYPESJHEhQEcyeXwbfMa7KSj6GzVkElT06DTtTCM9sE+/qLFGO5jdnivwLIDKYAEtbQSaNa7Ut8hwDluclOgBlU04RjoCqpfokrZBwgwO1T5MFsvQ0n+eM7/SVMCpl62lPOhLPL6+kA= Received: by 10.114.12.9 with SMTP id 9mr210157wal.1177513806150; Wed, 25 Apr 2007 08:10:06 -0700 (PDT) Received: from ?192.168.1.11? ( [58.38.0.253]) by mx.google.com with ESMTP id m28sm398668poh.2007.04.25.08.10.04; Wed, 25 Apr 2007 08:10:05 -0700 (PDT) From: zhengzhi Organization: none To: freebsd-bluetooth@freebsd.org Date: Wed, 25 Apr 2007 23:13:37 +0000 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704252313.37725.tscmga@gmail.com> Subject: Is it easy to write an program to make FreeBSD supoort Headset ? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tscmga@gmail.com List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 15:10:07 -0000 Hi. I want to use my headset in FreeBSD now. I 've read some documents about bluetooth , headset profile .Headset Control is the higher level layer of SDP and RFCOMM ,and not complex.FreeBSD supports SDP and RFCOMM. So What I have to do is implement the Headset Control layer and wrap it as a audio device ?