| Home · All Classes · Annotated · Functions |
The QSDAP class encapsulates operations performed by the SDAP profile. More...
#include <QSDAP>
Inherits QObject.
The QSDAP class encapsulates operations performed by the SDAP profile.
The QSDAP class provides a way to use the facilities of the Bluetooth Service Discovery Application Profile. QSDAP allows the client to browse all services or search for a specific service on a remote device. QSDAP also allows the same functionality to be performed for a local device. The results are reported in the QSDAPSearchResult object.
See also QSDAPSearchResult and QSDPService.
Constructs a new QSDAP object.
Deconstructs a QSDAP object
Starts a new browse query of the local device. This query will return all services which are listed in the public browse group of the device, and any subgroups which are children of the public browse group. The local device to search is specified by the local parameter.
The method returns true if the request could be started successfully, and false otherwise (for instance, a request is already running).
Starts a new browse query of the remote device. This query will return all services which are listed in the public browse group of the device, and any subgroups which are children of the public browse group. The remote device to search is specified by the remote parameter. The local device that will perform the search is specified by the local parameter.
The method returns true if the request could be started successfully, and false otherwise (for instance, a request is already running).
Cancels the SDAP query.
This signal is emitted when an SDAP result has completed. The result of the scan is reported by the result parameter.
See also QSDAPSearchResult.
Starts a new search query that searches for a specific Bluetooth service profile, e.g. OBEX Object PUSH. The local device to use for the search is specified by the local parameter. The profile to search for is specified by the profile parameter.
The method returns true if the request could be started successfully, and false otherwise (for instance, a request is already running).
This is an overloaded member function, provided for convenience.
Starts a new search query of the local device. The local device to use for the search is specified by the local parameter. All services with attribute UUIDs that match a UUID provided by the uuid parameter will be returned.
The method returns true if the request could be started successfully, and false otherwise (for instance, a request is already running).
Starts a new search query that searches for a specific Bluetooth service profile, e.g. OBEX Object PUSH. The remote device to search is specified by the remote parameter. The local device that will perform the search is specified by the local parameter. The profile to search for is specified by the profile parameter.
The method returns true if the request could be started successfully, and false otherwise (for instance, a request is already running).
This is an overloaded member function, provided for convenience.
Starts a new search query. The remote device to search is specified by the remote parameter. The local device that will perform the search is specified by the local parameter. All services with attribute UUIDs that match a UUID provided by the uuid parameter will be returned.
The method returns true if the request could be started successfully, and false otherwise (for instance, a request is already running).
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |