Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/serialnmea/
H A Dqgeopositioninfosourcefactory_serialnmea.cpp145 QSet<int> supportedDevices; in NmeaSource() local
146 supportedDevices << 0x67b; // GlobalSat (BU-353S4 and probably others) in NmeaSource()
147 supportedDevices << 0xe8d; // Qstarz MTK II in NmeaSource()
149 if (port.hasVendorIdentifier() && supportedDevices.contains(port.vendorIdentifier())) { in NmeaSource()
199 QSet<int> supportedDevices; in NmeaSatelliteSource() local
200 supportedDevices << 0x67b; // GlobalSat (BU-353S4 and probably others) in NmeaSatelliteSource()
201 supportedDevices << 0xe8d; // Qstarz MTK II in NmeaSatelliteSource()
203 … if (port.hasVendorIdentifier() && supportedDevices.contains(port.vendorIdentifier())) { in NmeaSatelliteSource()