Home
last modified time | relevance | path

Searched refs:serviceUuid (Results 1 – 25 of 133) sorted by relevance

123456

/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/osx/
H A Dosxbtcentralmanager_p.h151 - (void)discoverServiceDetails:(const QT_PREPEND_NAMESPACE(QBluetoothUuid) &)serviceUuid;
155 onService:(const QT_PREPEND_NAMESPACE(QBluetoothUuid) &)serviceUuid;
158 onService:(const QT_PREPEND_NAMESPACE(QBluetoothUuid) &)serviceUuid;
162 onService:(const QT_PREPEND_NAMESPACE(QBluetoothUuid) &)serviceUuid
166 onService:(const QT_PREPEND_NAMESPACE(QBluetoothUuid) &)serviceUuid;
170 onService:(const QT_PREPEND_NAMESPACE(QBluetoothUuid) &)serviceUuid;
H A Dosxbtnotifier_p.h97 void CBManagerError(const QBluetoothUuid &serviceUuid, QLowEnergyController::Error error);
98 void CBManagerError(const QBluetoothUuid &serviceUuid, QLowEnergyService::ServiceError error);
H A Dosxbtcentralmanager.mm522 << serviceUuid;
529 servicesToDiscoverDetails.append(serviceUuid);
536 << serviceUuid;
630 servicesToDiscoverDetails.removeAll(serviceUuid);
648 qtService->uuid = serviceUuid;
852 onService:(const QBluetoothUuid &)serviceUuid
862 emit notifier->CBManagerError(serviceUuid,
891 onService:(const QBluetoothUuid &)serviceUuid
919 onService:(const QBluetoothUuid &)serviceUuid
948 onService:(const QBluetoothUuid &)serviceUuid
[all …]
H A Dosxbtservicerecord.mm71 // 1.) use serviceUuid()
74 QBluetoothUuid serviceUuid(serviceInfo.serviceUuid());
76 if (serviceUuid.isNull()) {
88 if (serviceUuid.isNull())
89 serviceUuid = uuid;
97 return serviceUuid;
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqlowenergycontroller_android.cpp532 const QBluetoothUuid service(serviceUuid); in serviceDetailsDiscoveryFinished()
578 const QBluetoothUuid &serviceUuid, int handle, in characteristicRead() argument
581 if (!serviceList.contains(serviceUuid)) in characteristicRead()
585 serviceList.value(serviceUuid); in characteristicRead()
612 if (!serviceList.contains(serviceUuid)) in descriptorRead()
616 serviceList.value(serviceUuid); in descriptorRead()
723 if (serviceUuid.isNull()) in serverDescriptorWritten()
727 if (!localServices.contains(serviceUuid)) in serverDescriptorWritten()
807 QBluetoothUuid serviceUuid(jniUuid.toString()); in serverCharacteristicChanged() local
808 if (serviceUuid.isNull()) in serverCharacteristicChanged()
[all …]
H A Dqlowenergycontroller_darwin_p.h85 void discoverServiceDetails(const QBluetoothUuid &serviceUuid) override;
130 void _q_CBManagerError(const QBluetoothUuid &serviceUuid, QLowEnergyController::Error error);
131 … void _q_CBManagerError(const QBluetoothUuid &serviceUuid, QLowEnergyService::ServiceError error);
H A Dqlowenergycontroller_winrt_p.h140 …::GenericAttributeProfile::IGattDeviceService> getNativeService(const QBluetoothUuid &serviceUuid);
141 …le::IGattCharacteristic> getNativeCharacteristic(const QBluetoothUuid &serviceUuid, const QBluetoo…
143 void registerForValueChanges(const QBluetoothUuid &serviceUuid, const QBluetoothUuid &charUuid);
H A Dqlowenergycontroller_android_p.h129 void serviceDetailsDiscoveryFinished(const QString& serviceUuid,
131 void characteristicRead(const QBluetoothUuid &serviceUuid, int handle,
134 void descriptorRead(const QBluetoothUuid &serviceUuid, const QBluetoothUuid &charUuid,
H A Dqlowenergycontroller_darwin.mm296 if (!serviceList.contains(serviceUuid)) {
691 if (serviceList.contains(serviceUuid)) {
696 << serviceUuid;
703 if (!serviceList.contains(serviceUuid)) {
705 << serviceUuid;
751 const QBluetoothUuid serviceUuid(service->uuid);
756 onService:serviceUuid];
787 const QBluetoothUuid serviceUuid(service->uuid);
824 onService:serviceUuid
889 onService:serviceUuid];
[all …]
H A Dqlowenergycontroller_winrt_new_p.h161 …::GenericAttributeProfile::IGattDeviceService> getNativeService(const QBluetoothUuid &serviceUuid);
162 …le::IGattCharacteristic> getNativeCharacteristic(const QBluetoothUuid &serviceUuid, const QBluetoo…
164 void registerForValueChanges(const QBluetoothUuid &serviceUuid, const QBluetoothUuid &charUuid);
H A Dqbluetoothserviceinfo_win.cpp68 GUID serviceUuid = attributes.value(QBluetoothServiceInfo::ServiceId).value<QBluetoothUuid>(); in registerService() local
99 regInfo.lpServiceClassId = &serviceUuid; in registerService()
H A Dqbluetoothsocket_android.cpp528 connectToServiceHelper(service.device().address(), service.serviceUuid(), openMode); in connectToService()
953 QBluetoothUuid QBluetoothSocketPrivateAndroid::reverseUuid(const QBluetoothUuid &serviceUuid) in reverseUuid() argument
956 return serviceUuid; in reverseUuid()
958 if (serviceUuid.isNull()) in reverseUuid()
962 serviceUuid.toUInt32(&isBaseUuid); in reverseUuid()
964 return serviceUuid; in reverseUuid()
966 const quint128 original = serviceUuid.toUInt128(); in reverseUuid()
H A Dqbluetoothserviceinfo.h140 inline QBluetoothUuid serviceUuid() const;
225 inline QBluetoothUuid QBluetoothServiceInfo::serviceUuid() const in serviceUuid() function
H A Dqlowenergycontroller_winrt.cpp412 …eviceService> QLowEnergyControllerPrivateWinRT::getNativeService(const QBluetoothUuid &serviceUuid) in getNativeService() argument
416 hr = mDevice->GetGattService(serviceUuid, &deviceService); in getNativeService()
418 qCDebug(QT_BT_WINRT) << "Could not obtain native service for Uuid" << serviceUuid; in getNativeService()
422 …yControllerPrivateWinRT::getNativeCharacteristic(const QBluetoothUuid &serviceUuid, const QBluetoo… in getNativeCharacteristic() argument
424 ComPtr<IGattDeviceService> service = getNativeService(serviceUuid); in getNativeCharacteristic()
437 void QLowEnergyControllerPrivateWinRT::registerForValueChanges(const QBluetoothUuid &serviceUuid, c… in registerForValueChanges() argument
440 << serviceUuid << "for value changes"; in registerForValueChanges()
449 ComPtr<IGattCharacteristic> characteristic = getNativeCharacteristic(serviceUuid, charUuid); in registerForValueChanges()
467 << serviceUuid << "registered for value changes"; in registerForValueChanges()
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/android/
H A Dlowenergynotificationhub.cpp147 const QString serviceUuid = QAndroidJniObject(uuid).toString(); in lowEnergy_serviceDetailsDiscovered() local
150 Q_ARG(QString, serviceUuid), in lowEnergy_serviceDetailsDiscovered()
165 const QBluetoothUuid serviceUuid(QAndroidJniObject(sUuid).toString()); in lowEnergy_characteristicRead() local
166 if (serviceUuid.isNull()) in lowEnergy_characteristicRead()
182 Q_ARG(QBluetoothUuid, serviceUuid), in lowEnergy_characteristicRead()
200 const QBluetoothUuid serviceUuid(QAndroidJniObject(sUuid).toString()); in lowEnergy_descriptorRead() local
201 if (serviceUuid.isNull()) in lowEnergy_descriptorRead()
218 Q_ARG(QBluetoothUuid, serviceUuid), in lowEnergy_descriptorRead()
H A Dlowenergynotificationhub_p.h83 jobject serviceUuid,
115 void serviceDetailsDiscoveryFinished(const QString& serviceUuid,
117 void characteristicRead(const QBluetoothUuid &serviceUuid,
120 void descriptorRead(const QBluetoothUuid &serviceUuid, const QBluetoothUuid &charUuid,
H A Dservicediscoverybroadcastreceiver_p.h74 void uuidFetchFinished(const QBluetoothAddress &addr, const QList<QBluetoothUuid> &serviceUuid);
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/imports/bluetooth/
H A Dqdeclarativebluetoothservice_p.h72 Q_PROPERTY(QString serviceUuid READ serviceUuid WRITE setServiceUuid NOTIFY detailsChanged)
95 QString serviceUuid() const;
H A Dqdeclarativebluetoothservice.cpp246 QString QDeclarativeBluetoothService::serviceUuid() const in serviceUuid() function in QDeclarativeBluetoothService
248 return d->m_service->serviceUuid().toString(); in serviceUuid()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/btchat/
H A Dchatserver.cpp57 static const QLatin1String serviceUuid("e8e10f95-1a70-4b27-9ccf-02010264e9c8"); variable
97 classId << QVariant::fromValue(QBluetoothUuid(serviceUuid)); in startServer()
110 serviceInfo.setServiceUuid(QBluetoothUuid(serviceUuid)); in startServer()
H A Dchat.cpp66 static const QLatin1String serviceUuid("e8e10f95-1a70-4b27-9ccf-02010264e9c8"); variable
197 remoteSelector.startDiscovery(QBluetoothUuid(serviceUuid)); in connectClicked()
199 remoteSelector.startDiscovery(QBluetoothUuid(serviceUuid)); in connectClicked()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/lowenergyscanner/assets/
H A DServices.qml119 device.connectToService(modelData.serviceUuid);
137 id: serviceUuid
139 textContent: modelData.serviceUuid
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/lowenergyscanner/
H A Dserviceinfo.h60 Q_PROPERTY(QString serviceUuid READ getUuid NOTIFY serviceChanged)
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensors/sensortag/
H A Dsensortagbase.cpp224 && enabledServiceUuids.contains(service->serviceUuid())) { in doConnections()
225 enableService(service->serviceUuid()); in doConnections()
241 && enabledServiceUuids.contains(m_service->serviceUuid())) { in serviceStateChanged()
242 enableService(m_service->serviceUuid()); in serviceStateChanged()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/pingpong/
H A Dpingpong.cpp250 const QBluetoothUuid uuid(serviceUuid); in startServer()
275 discoveryAgent->setUuidFilter(QBluetoothUuid(serviceUuid)); in startClient()
277 discoveryAgent->setUuidFilter(QBluetoothUuid(serviceUuid)); in startClient()

123456