Date: Tue, 18 Mar 2008 10:36:31 +0000 (GMT) From: Iain Hibbert <plunky@rya-online.net> To: Maksim Yevmenkin <maksim.yevmenkin@gmail.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: Bluetooth PAN support for FreeBSD Message-ID: <1205836591.496323.5609.nullmailer@galant.ukfsn.org> In-Reply-To: <1205833527.826584.1207.nullmailer@galant.ukfsn.org> References: <47D5BEE3.80109@gmail.com> <bb4a86c70803101643yf15fd84p2184adfd8a452348@mail.gmail.com> <bb4a86c70803171735j2f6b6ef3pc340c51a9296e038@mail.gmail.com> <1205833527.826584.1207.nullmailer@galant.ukfsn.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1205836591.496323.5609.nullmailer>
