This page was last modified 10:13, 28 May 2007.
Bluetooth Stack
From Forum Nokia Wiki
The Bluetooth stack
Like many other communications technologies, Bluetooth is composed of a hierarchy of components, referred to as a stack.
The stack is shown below:
The Bluetooth Host Controller components provide the lower-level of the stack, which are typically implemented in hardware, and to which applications (or services as providers of particulary functionality over Bluetooth are called) do not have direct acccess.
The Bluetooth Host components allow applications to send or receive data over a Bluetooth link, or to configure the link:
RFCOMM allows an application to treat a Bluetooth link in a similiar way as if it were communicating over a serial port. This is used to support legacy protocols.
The Logical Link Control And Adaptation Protocol (L2CAP) allows finer-grained control of the link. It controls how multiple users of the link are multiplexed together, handles packet segmentation and reassembly, and conveys quality of service information. It is the usual choice for applications.
The Service Discovery Protocol (SDP) is used for locating and describing services provided by or available through a Bluetooth device. Applications typically use it when they are setting up communications to another Bluetooth device.
The Host Controller Interface (HCI) driver packages the higher level components to communicate with the hardware.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Is there a limitation on the size of stack? | awfulsoul | General Symbian C++ | 9 | 2007-10-01 09:07 |
| help for porting | sjyuhusun | Symbian | 10 | 2007-06-05 03:44 |
| Bluetooth server not visible on 6680 | ceruault | Mobile Java Networking & Messaging & Security | 16 | 2005-10-15 17:59 |
| What is max size of Stack in S60 3 rd addition? | bnvaikos | Symbian Signing, Certification and Security | 9 | 2006-12-13 11:39 |
| mobile computer connectivity via bluetooth:need assistance: urgent | mayank puri | Bluetooth Technology | 5 | 2007-07-11 05:30 |
