From owner-freebsd-bluetooth@FreeBSD.ORG Tue Mar 18 10:07:12 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 9361B1065677 for ; Tue, 18 Mar 2008 10:07:12 +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 BB3178FC12 for ; Tue, 18 Mar 2008 10:07:11 +0000 (UTC) (envelope-from plunky@rya-online.net) Received: from [127.0.0.1] (helo=localhost) by smtpbarns01 with esmtp (Exim 4.50) id 1JbYWb-0004HM-9W; Tue, 18 Mar 2008 09:54:29 +0000 Received: from smtpbarns01 ([127.0.0.1]) by localhost (smtpbarns01 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 16248-10; Tue, 18 Mar 2008 09:54:29 +0000 (GMT) Received: from [10.33.145.107] (helo=rya-online.net) by smtpbarns01 with smtp (Exim 4.50) id 1JbYWZ-0004HC-PM; Tue, 18 Mar 2008 09:54:28 +0000 Received: (nullmailer pid 1576 invoked by uid 1000); Tue, 18 Mar 2008 09:45:27 -0000 Date: Tue, 18 Mar 2008 09:45:27 +0000 (GMT) To: Maksim Yevmenkin In-Reply-To: References: <47D5BEE3.80109@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Message-Id: <1205833527.826584.1207.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:07:12 -0000 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 */ +}; what does HBO mean? iain