Home
last modified time | relevance | path

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

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/pingpong/
H A Dpingpong.h108 void serviceScanError(QBluetoothServiceDiscoveryAgent::Error);
H A Dpingpong.cpp270 this, &PingPong::serviceScanError); in startClient()
359 void PingPong::serviceScanError(QBluetoothServiceDiscoveryAgent::Error error) in serviceScanError() function in PingPong