From owner-freebsd-bluetooth@FreeBSD.ORG Tue Mar 18 10:40:20 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 20B8110656C4 for ; Tue, 18 Mar 2008 10:40:20 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from smtp01.one2one.net (smtp01.one2one.net [149.254.200.196]) by mx1.freebsd.org (Postfix) with ESMTP id DCAA48FC2A for ; Tue, 18 Mar 2008 10:40:19 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from [127.0.0.1] (helo=localhost) by smtpbarns01 with esmtp (Exim 4.50) id 1JbZK1-0005N4-Cy; Tue, 18 Mar 2008 10:45:33 +0000 Received: from smtpbarns01 ([127.0.0.1]) by localhost (smtpbarns01 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20423-09; Tue, 18 Mar 2008 10:45:33 +0000 (GMT) Received: from [10.33.145.107] (helo=rya-online.net) by smtpbarns01 with smtp (Exim 4.50) id 1JbZJz-0005Mx-Q6; Tue, 18 Mar 2008 10:45:33 +0000 Received: (nullmailer pid 5734 invoked by uid 1000); Tue, 18 Mar 2008 10:36:31 -0000 Date: Tue, 18 Mar 2008 10:36:31 +0000 (GMT) To: Maksim Yevmenkin In-Reply-To: <1205833527.826584.1207.nullmailer@galant.ukfsn.org> References: <47D5BEE3.80109@gmail.com> <1205833527.826584.1207.nullmailer@galant.ukfsn.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1205836591.496323.5609.nullmailer@galant.ukfsn.org> From: Iain Hibbert X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at example.com X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: plunky@rya-online.net X-SA-Exim-Scanned: No (on smtpbarns01); SAEximRunCond expanded to false Cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluetooth PAN support for 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: Tue, 18 Mar 2008 10:40:20 -0000 On Tue, 18 Mar 2008, Iain Hibbert wrote: > On Mon, 17 Mar 2008, Maksim Yevmenkin wrote: > > > i have committed support for bnep based profiles into -current and > > have mfc'd it into releng_7 and _6. > > +struct sdp_nap_profile > +{ > + uint16_t security_description; /* HBO: NAP/GN */ > + uint16_t net_access_type; /* HBO: NAP */ > + uint32_t max_net_access_rate; /* HBO: NAP */ > +}; also, why no PSM and load_factor ? uint16_t psm; uint8_t load_factor; both would seem useful here.. iain