Bluetooth PAN support for FreeBSD
Iain Hibbert
plunky at rya-online.net
Tue Mar 18 10:40:20 UTC 2008
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
More information about the freebsd-bluetooth
mailing list