1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# Affix - Bluetooth Protocol Stack for Linux
# Copyright (C) 2001 Nokia Corporation
#
# Written by Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
#
# $Id: NEWS,v 1.4 2002/09/27 16:02:11 kds Exp $
#
current affix version has following features:
- multi profile support
- Service Discovery
- Serial Port
- Dial Up Networking
- LAN access
- OBEX Object Push
- OBEX File Transfer
- PAN (Personal Area Networking)
- bluetooth core library
- implements basic Bluetooth functionality
- powerfull control tool (btctl)
- device management commands
- security management commands
- audio testing commands
- debuging commands
- connection management commands
- powerfull bluetooth server (btsrv)
- powerfull SDP server (btsdp) and flexible SDP API.
- improved service creation/registration interface.
unnecessary processing repleaced by more efficient
- easy way to define new attributes
- efficient request processing (multi threaded)
- improved cleanup procedure.
|