Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

Bluetooth Service Management Framework

Introduction

the Qt Extended Bluetooth infrastructure includes a framework for creating and managing Bluetooth services inside Qt Extended. This framework allows Bluetooth services to be handled consistently within Qt Extended. It also provides mechanisms to allow programmers to easily create and register custom Bluetooth services within the framework, and control and configure existing Bluetooth services.

To create and register a custom Bluetooth service within this framework, simply subclass QBluetoothAbstractService. The service will then be treated as any other Qt Extended system Bluetooth service, which means:

  • The end user will be able to configure it through the Qt Extended Bluetooth settings application (under "My Services")
  • You will be able to control it programmatically through an instance of QBluetoothServiceController
  • Some persistent settings for the service will be stored in the BluetoothServices.conf configuration file, and these settings can be modified to define default settings for the service without recompilation

Architecture

It is not necessary to understand the architecture of the framework to create a custom Bluetooth service or access information about existing services. However, this may be useful if you need to delve into the source code.

Essentially, there are three distinct components in the framework, as shown in this diagram:

At the core is the Bluetooth Service Manager. This manager is created as a Qt Extended task by QPE at start-up and thus is always present. It takes the central role within the framework: it is contacted whenever Qt Extended Bluetooth services are started, stopped, etc. and acts upon requests by external parties to start and stop services. It communicates with other components within the framework using the Qt Extended Interprocess Communication (IPC) mechanisms.

The service manager is also responsible for storing and loading persistent service settings in the BluetoothServices.conf configuration file. A default configuration file is provided at etc/default/Trolltech/BluetoothServices.conf. This can be modified to provide default settings for services.

Each Qt Extended Bluetooth service has a two-way communication link with the Bluetooth Service Manager. A service notifies the manager when significant service events have occured, such as when the service has started or stopped. The manager notifies a service when it should perform a particular operation, such as when the service should be started or stopped.

All communication between the Bluetooth services and the service manager is handled internally within QBluetoothAbstractService. When a custom Bluetooth service is created by subclassing QBluetoothAbstractService, all IPC communication aspects will be initialised transparently, and communication with the service manager will appear to the custom class as signals and method invocations. (The IPC aspects are handled through the use of QtopiaIpcAdaptor.)

Finally, the QBluetoothServiceController class in the Bluetooth library provides service access for external parties. Interested parties can use this class to control a Bluetooth service (e.g. start or stop it) or access information about the service (e.g. its security options or state). For example, the Qt Extended Bluetooth settings application uses this class to start and stop any Qt Extended Bluetooth service and modify its security settings.

Creating a custom Bluetooth service

To create a custom Qt Extended Bluetooth service, simply subclass QBluetoothAbstractService. See Tutorial: Creating a Bluetooth service for more information.

Bluetooth can be used as a transport for the OBEX protocol. To create OBEX services over Bluetooth, subclass QObexServerSession and use a QBluetoothRfcommSocket when constructing the server session's QObexSocket. See the QObexServerSession documentation for more details on implementing an OBEX service.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 68
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique PyQt/PySide a besoin de vous ! 0
Page suivante

Le Qt Labs au hasard

Logo

Le moteur de rendu OpenGL

Les Qt Labs sont les laboratoires des développeurs de Qt, où ils peuvent partager des impressions sur le framework, son utilisation, ce que pourrait être son futur. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtextended4.4
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web