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  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QBluetoothServiceDiscoveryAgent Class

The QBluetoothServiceDiscoveryAgent class enables you to query for Bluetooth services. More...

 #include <QBluetoothServiceDiscoveryAgent>

Inherits: QObject.

Public Types

enum DiscoveryMode { MinimalDiscovery, FullDiscovery }
enum Error { NoError, DeviceDiscoveryError, UnknownError }

Public Functions

QBluetoothServiceDiscoveryAgent(QObject * parent = 0)
QBluetoothServiceDiscoveryAgent(const QBluetoothAddress & remoteAddress, QObject * parent = 0)
~QBluetoothServiceDiscoveryAgent()
QList<QBluetoothServiceInfo> discoveredServices() const
Error error() const
QString errorString() const
bool isActive() const
void setUuidFilter(const QList<QBluetoothUuid> & uuids)
void setUuidFilter(const QBluetoothUuid & uuid)
QList<QBluetoothUuid> uuidFilter() const
  • 31 public functions inherited from QObject

Public Slots

void clear()
void start(DiscoveryMode mode = MinimalDiscovery)
void stop()
  • 1 public slot inherited from QObject

Signals

void canceled()
void error(QBluetoothServiceDiscoveryAgent::Error error)
void finished()
void serviceDiscovered(const QBluetoothServiceInfo & info)

Additional Inherited Members

  • 1 property inherited from QObject
  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Detailed Description

The QBluetoothServiceDiscoveryAgent class enables you to query for Bluetooth services.

To query the services provided by all contactable Bluetooth devices:


By default a minimal service discovery is performed. In this mode, the QBluetotohServiceInfo objects returned are guaranteed to contain only device and service UUID information. Depending on platform and device capabilities, other service information may also be available. For most use cases this is adequate as QBluetoothSocket::connectToService() will perform additional discovery if required. If full service information is required, pass FullDiscovery as the discoveryMode parameter to start().

Member Type Documentation

enum QBluetoothServiceDiscoveryAgent::DiscoveryMode

This enum describes the service discovery mode.

ConstantValueDescription
QBluetoothServiceDiscoveryAgent::MinimalDiscovery0Performs a minimal service discovery. The QBluetoothServiceInfo objects returned may be incomplete and are only guaranteed to contain device and service UUID information.
QBluetoothServiceDiscoveryAgent::FullDiscovery1Performs a full service discovery.

enum QBluetoothServiceDiscoveryAgent::Error

This enum describes errors that can occur during service discovery.

ConstantValueDescription
QBluetoothServiceDiscoveryAgent::NoError0No error.
QBluetoothServiceDiscoveryAgent::DeviceDiscoveryError1Error occurred during device discovery.
QBluetoothServiceDiscoveryAgent::UnknownError100An unidentified error occurred.

Member Function Documentation

QBluetoothServiceDiscoveryAgent::QBluetoothServiceDiscoveryAgent(QObject * parent = 0)

Constructs a new QBluetoothServiceDiscoveryAgent with parent. Services will be discovered on all contactable devices.

QBluetoothServiceDiscoveryAgent::QBluetoothServiceDiscoveryAgent(const QBluetoothAddress & remoteAddress, QObject * parent = 0)

Constructs a new QBluetoothServiceDiscoveryAgent for remoteAddress and with parent.

If remoteAddress is null, services will be discovred on all contactable Bluetooth devices.

QBluetoothServiceDiscoveryAgent::~QBluetoothServiceDiscoveryAgent()

Destructor for QBluetoothServiceDiscoveryAgent

void QBluetoothServiceDiscoveryAgent::canceled() [signal]

Signals the cancellation of the service discovery.

void QBluetoothServiceDiscoveryAgent::clear() [slot]

Clears the results of a previous service discovery.

QList<QBluetoothServiceInfo> QBluetoothServiceDiscoveryAgent::discoveredServices() const

Returns the list of all discovered services.

Error QBluetoothServiceDiscoveryAgent::error() const

Returns the type of error that last occurred. If service discovery is done on a signle address it will return errors that occured while trying to discover services on that device. If the alternate constructor is used and devices are discovered by a scan, errors during service discovery on individual devices are not saved and no signals are emitted. In this case, errors are fairly normal as some devices may not respond to discovery or may no longer be in range. Such errors are surpressed. If no services are returned, it can be assumed no services could be discovered.

void QBluetoothServiceDiscoveryAgent::error(QBluetoothServiceDiscoveryAgent::Error error) [signal]

This signal is emitted when an error occurs. The error parameter describes the error that occurred.

QString QBluetoothServiceDiscoveryAgent::errorString() const

Returns a human-readable description of the last error that occurred during service discovery on a single device.

void QBluetoothServiceDiscoveryAgent::finished() [signal]

This signal is emitted when Bluetooth service discovery completes.

bool QBluetoothServiceDiscoveryAgent::isActive() const

Returns true if service discovery is currently active, otherwise returns false.

void QBluetoothServiceDiscoveryAgent::serviceDiscovered(const QBluetoothServiceInfo & info) [signal]

This signal is emitted when the Bluetooth service described by info is discovered.

void QBluetoothServiceDiscoveryAgent::setUuidFilter(const QList<QBluetoothUuid> & uuids)

Sets the UUID filter to uuids. Only services matching the UUIDs in uuids will be returned.

An empty UUID list is equivalent to a list containing only QBluetoothUuid::PublicBrowseGroup.

See also uuidFilter().

void QBluetoothServiceDiscoveryAgent::setUuidFilter(const QBluetoothUuid & uuid)

This is an overloaded member function, provided for convenience.

Sets the UUID filter to a list containing the single element uuid.

See also uuidFilter().

void QBluetoothServiceDiscoveryAgent::start(DiscoveryMode mode = MinimalDiscovery) [slot]

Starts service discovery. mode specifies the type of service discovery to perform.

See also DiscoveryMode.

void QBluetoothServiceDiscoveryAgent::stop() [slot]

Stops service discovery.

QList<QBluetoothUuid> QBluetoothServiceDiscoveryAgent::uuidFilter() const

Returns the UUID filter.

See also setUuidFilter().

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 5.0-snapshot
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