Implementation for bluetooth helper utils.
More...
#include <BtHelper.h>
Implementation for bluetooth helper utils.
BtHelper::BtHelper |
( |
const QString & |
deviceAddess, |
|
|
QObject * |
parent = 0 |
|
) |
| |
Constructor.
- Parameters
-
deviceAddess | Bluetooth address of remote device |
parent | Parent object |
bool BtHelper::getServiceRecords |
( |
QList< QString > & |
servicesList | ) |
|
Fetch the bluetooth services supported by remote device.
- Parameters
-
servicesList | outparam which will be populated with the services. |
bool BtHelper::isServiceSupported |
( |
const QList< QString > & |
servicesList, |
|
|
const QString & |
serviceUUID |
|
) |
| |
To find if a specific service is supported by remote device.
- Parameters
-
servicesList | List of remote device sdp records |
serviceUUID | UUID of the service to be connected |
The documentation for this class was generated from the following files: