This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:pan [2017/10/22 15:42] 1.241.172.144 |
wiki:pan [2017/10/22 16:12] (current) 1.241.172.144 |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====PAN Profile overview===== | =====PAN Profile overview===== | ||
- | \\ | + | |
- | ==Purpose== | + | ===Purpose=== |
- | \\ | + | |
This document describes the Bluetooth PAN Profile API, which supports standard IP-based network services deployed over the Bluetooth transport layer. | This document describes the Bluetooth PAN Profile API, which supports standard IP-based network services deployed over the Bluetooth transport layer. | ||
- | \\ | + | |
- | ==Required background== | + | ===Required background=== |
- | \\ | + | |
Familiarity with PAN Profile specification by the Bluetooth SIG is assumed. | Familiarity with PAN Profile specification by the Bluetooth SIG is assumed. | ||
+ | |||
+ | ===Introduction=== | ||
+ | |||
+ | The Personal Area Network (PAN) profile is designed to make a Bluetooth network simulate an ethernet, from an application's perspective. | ||
\\ | \\ | ||
- | ==Introduction== | ||
- | \\ | ||
- | The Personal Area Network (PAN) profile is designed to make a Bluetooth network simulate an ethernet, from an application's perspective.\\ | ||
Each remote device that connects to the PAN device for networking purposes will be merged into the same active PAN. | Each remote device that connects to the PAN device for networking purposes will be merged into the same active PAN. | ||
\\ | \\ | ||
+ | *Key Concepts | ||
+ | *Architectural Relationships | ||
+ | *PAN Roles | ||
- | *Key Concepts\\ | + | ===Key concepts=== |
- | *Architectural Relationships\\ | + | |
- | *PAN Roles\\ | + | |
- | ==Key concepts== | + | **Personal Area Network (PAN)** |
- | + | ||
- | **Personal Area Network (PAN)**\\ | + | |
A PAN is an ad-hoc network of devices communicating on a standard network configuration, over a Bluetooth radio connection. A PAN may have anywhere from 2 to 8 participating member devices. | A PAN is an ad-hoc network of devices communicating on a standard network configuration, over a Bluetooth radio connection. A PAN may have anywhere from 2 to 8 participating member devices. | ||
\\ | \\ | ||
A PAN is not the same as a piconet. Where a piconet is any ad-hoc networking of devices over a Bluetooth connection for the purposes of sharing data or services, like when you pair your phone to your Bluetooth hands-free kit, a PAN deals specifically with networking resources. | A PAN is not the same as a piconet. Where a piconet is any ad-hoc networking of devices over a Bluetooth connection for the purposes of sharing data or services, like when you pair your phone to your Bluetooth hands-free kit, a PAN deals specifically with networking resources. | ||
- | \\ | ||
**PAN Profile** | **PAN Profile** | ||
- | \\ | + | |
The Bluetooth specification identifies several profiles including the Bluetooth Personal Area Networking (PAN) profile. The PAN profile simplifies the now deprecated Bluetooth LAN Access and Dial-up Networking profiles by reducing the number of layers in a network Bluetooth connection. | The Bluetooth specification identifies several profiles including the Bluetooth Personal Area Networking (PAN) profile. The PAN profile simplifies the now deprecated Bluetooth LAN Access and Dial-up Networking profiles by reducing the number of layers in a network Bluetooth connection. | ||
\\ | \\ | ||
Line 48: | Line 47: | ||
\\ | \\ | ||
- | ==PAN Roles== | + | ===PAN Roles=== |
- | \\ | + | |
The PAN Profile roles are described below: | The PAN Profile roles are described below: | ||
- | \\ | + | |
**PANU** | **PANU** | ||
- | \\ | + | |
A Bluetooth enabled device seeking entry into a network or participating in a peer-to-peer (one on one) connection assumes the PANU role, thus becoming a client member of the piconet. | A Bluetooth enabled device seeking entry into a network or participating in a peer-to-peer (one on one) connection assumes the PANU role, thus becoming a client member of the piconet. | ||
Line 59: | Line 58: | ||
\\ | \\ | ||
PANU to PANU connection | PANU to PANU connection | ||
- | \\ | + | |
**PAN-GN** | **PAN-GN** | ||
- | \\ | + | |
A PAN-GN device assumes the role of a forwarding node or host and the attached PANU devices act as clients, networking up to a maximum of seven PANUs. The wireless network is formed without the need of additional hardware like a hub or router as in the case of a conventional cabled network. | A PAN-GN device assumes the role of a forwarding node or host and the attached PANU devices act as clients, networking up to a maximum of seven PANUs. The wireless network is formed without the need of additional hardware like a hub or router as in the case of a conventional cabled network. | ||
\\ | \\ | ||
Line 72: | Line 71: | ||
Piconet - PAN-GN to PANU relationship | Piconet - PAN-GN to PANU relationship | ||
- | \\ | + | |
**PAN-NAP** | **PAN-NAP** | ||
- | \\ | + | |
A PAN-NAP device plays the role of a proxy, bridge, or a router between an existing network say a LAN or the Internet and Bluetooth-enabled devices. The PAN-NAP device takes up to seven active wireless clients. The NAP device acts as a bridge between PANU devices or bluetooth networks and other networks for routing ethernet packets. The Symbian OS PAN-NAP role allows only a single PANU client access to the uplink for the external network. | A PAN-NAP device plays the role of a proxy, bridge, or a router between an existing network say a LAN or the Internet and Bluetooth-enabled devices. The PAN-NAP device takes up to seven active wireless clients. The NAP device acts as a bridge between PANU devices or bluetooth networks and other networks for routing ethernet packets. The Symbian OS PAN-NAP role allows only a single PANU client access to the uplink for the external network. | ||
\\ | \\ | ||
Line 86: | Line 85: | ||
Dial-up networking | Dial-up networking | ||
\\ | \\ | ||
- | For more information about please see the PAN NAP Role Guide. | + | For more information about please see the [[PAN NAP Role Guide]]. |
- | ==Architectural relationships== | + | ===Architectural relationships=== |
The PAN Profile specification fits in between the application and the hardware abstraction layers. It is connected to and accessed through the Comms-Infras socket by the application. | The PAN Profile specification fits in between the application and the hardware abstraction layers. It is connected to and accessed through the Comms-Infras socket by the application. | ||
- | \\ | + | |
- | Initially, the connection preferences are set in CommDB through the code. The Bluetooth stack is then initialized. An RConnection and RSocketServ instance are created as part of initiating an ESock session and the RConnection object opens the connection through the RSocketServ instance. RConnection::Control() allows configuration of certain aspects of the PAN, for instance adding and deleting devices to/from the PAN. | + | Initially, the connection preferences are set in CommDB(http://docs.huihoo.com/symbian/s60-5th-edition-cpp-developers-library-v2.1/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/Communications-Infrastructure-subsystem-guide/CommDbGuide/index.html#CommDbGuide%2etoc) through the code. The Bluetooth stack is then initialized. An RConnection and RSocketServ instance are created as part of initiating an ESock(http://docs.huihoo.com/symbian/s60-5th-edition-cpp-developers-library-v2.1/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/Communications-Infrastructure-subsystem-guide/esock/index.html#CommsInfrastructure%2eesock%2etoc) session and the RConnection object opens the connection through the RSocketServ instance. RConnection::Control() allows configuration of certain aspects of the PAN, for instance adding and deleting devices to/from the PAN. |
- | \\ | + | |
Intact ethernet payloads are transported with the BNEP (Bluetooth Network Encapsulation Protocol) underneath. The PAN profile interacts with the Bluetooth BB (baseband) and conveys the various roles that PAN network nodes would play. | Intact ethernet payloads are transported with the BNEP (Bluetooth Network Encapsulation Protocol) underneath. The PAN profile interacts with the Bluetooth BB (baseband) and conveys the various roles that PAN network nodes would play. | ||
- | \\ | ||
- | ==PAN Profile Tutorial Series== | + | |
- | \\ | + | ===PAN Profile Tutorial Series=== |
The following tutorials have been provided to help give licensee developers guidance when writing applications that make use of the PAN profile. | The following tutorials have been provided to help give licensee developers guidance when writing applications that make use of the PAN profile. | ||
- | \\ | + | |
- | *Creating a Personal Area Network | + | *Creating a Personal Area Network(http://docs.huihoo.com/symbian/s60-5th-edition-cpp-developers-library-v2.1/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/Short-Link-Services-subsystem-guide/ShortLinkServices/BluetoothProfiles/BluetoothPAN/BTPanTutorial/BTPANProfileTutorial.html#bt%2eguide%2ebtpan%2eapi%2estart) |
- | *Adding a device to the PAN | + | |
- | *Removing a device from the PAN | + | *Adding a device to the PAN(http://docs.huihoo.com/symbian/s60-5th-edition-cpp-developers-library-v2.1/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/Short-Link-Services-subsystem-guide/ShortLinkServices/BluetoothProfiles/BluetoothPAN/BTPanTutorial/BTPANProfileAdding.html#bt%2eguide%2ebtpan%2eapi%2eadd) |
- | *Closing the PAN | + | |
- | \\ | + | *Removing a device from the PAN(http://docs.huihoo.com/symbian/s60-5th-edition-cpp-developers-library-v2.1/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/Short-Link-Services-subsystem-guide/ShortLinkServices/BluetoothProfiles/BluetoothPAN/BTPanTutorial/BTPANProfileRemove.html#bt%2eguide%2ebtpan%2eapi%2eremove) |
+ | |||
+ | *Closing the PAN(http://docs.huihoo.com/symbian/s60-5th-edition-cpp-developers-library-v2.1/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/guide/Short-Link-Services-subsystem-guide/ShortLinkServices/BluetoothProfiles/BluetoothPAN/BTPanTutorial/BTPANProfileClose.html#bt%2eguide%2ebtpan%2eapi%2eclosing) | ||
PAN Example | PAN Example | ||
- | \\ | + | |
PAN Profile Example Guide | PAN Profile Example Guide | ||
- | \\ | + | |