Home
last modified time | relevance | path

Searched refs:QBluetoothServiceInfo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/
H A Dservice.cpp76 connect(discoveryAgent, SIGNAL(serviceDiscovered(QBluetoothServiceInfo)), in ServiceDiscoveryDialog()
77 this, SLOT(addService(QBluetoothServiceInfo))); in ServiceDiscoveryDialog()
89 void ServiceDiscoveryDialog::addService(const QBluetoothServiceInfo &info) in addService()
H A Dservice.h50 QT_FORWARD_DECLARE_CLASS(QBluetoothServiceInfo) in QT_FORWARD_DECLARE_CLASS() argument
64 void addService(const QBluetoothServiceInfo&); in QT_FORWARD_DECLARE_CLASS()