From owner-freebsd-bluetooth@FreeBSD.ORG Wed Apr 12 11:37:38 2006 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 AC3FB16A416 for ; Wed, 12 Apr 2006 11:37:38 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from mail01.svc.cra.dublin.eircom.net (mail01.svc.cra.dublin.eircom.net [159.134.118.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 176EC43D6E for ; Wed, 12 Apr 2006 11:37:27 +0000 (GMT) (envelope-from plunky@rya-online.net) Received: (qmail 7898 messnum 7065348 invoked from network[83.70.176.191/unknown]); 12 Apr 2006 11:37:25 -0000 Received: from unknown (HELO rya-online.net) (83.70.176.191) by mail01.svc.cra.dublin.eircom.net (qp 7898) with SMTP; 12 Apr 2006 11:37:25 -0000 Received: (nullmailer pid 4587 invoked by uid 1000); Wed, 12 Apr 2006 11:35:43 -0000 Date: Wed, 12 Apr 2006 12:35:42 +0100 (BST) To: Maksim Yevmenkin In-Reply-To: <44170EDA.5000406@savvis.net> References: <20060314181140.GB6870@lbl.pl> <44170EDA.5000406@savvis.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1144841743.207833.9946.nullmailer@galant.ukfsn.org> From: Iain Hibbert Cc: freebsd-bluetooth@freebsd.org Subject: Re: headset/sco support in freebsd 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: Wed, 12 Apr 2006 11:37:38 -0000 On Tue, 14 Mar 2006, Maksim Yevmenkin wrote: > i have not committed it yet. there is also a bluetooth sco sockets layer to > simplify programming api. Max, I am working on this now for NetBSD - I had it in mind to use SOCK_STREAM type with 'HCI' protocol for this but I notice that BlueZ have declared a BTPROTO_SCO and are using SOCK_SEQPACKET instead. My feeling is that I am going with SOCK_STREAM since its clearly a stream of data, do you have an opinion? iain