![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Variables | |
QT_BEGIN_NAMESPACE const char | DEV_DISCOVERY [] = "QBluetoothDeviceDiscoveryAgent" |
const char | DD_POWERED_OFF [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Device is powered off") |
const char | DD_INVALID_ADAPTER [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot find valid Bluetooth adapter.") |
const char | DD_IO [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Input Output Error") |
const char | DD_NOTSUPPORTED [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Bluetooth LE is not supported") |
const char | DD_UNKNOWN_ERROR [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Unknown error") |
const char | DD_MISSING_PERMISSION [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Missing permission") |
const char | DD_NOT_STARTED [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start device inquiry") |
const char | DD_NOT_STARTED_LE [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start low energy device inquiry") |
const char | DD_NOT_STOPPED [] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Discovery cannot be stopped") |
const char | SERVICE_DISCOVERY [] = "QBluetoothServiceDiscoveryAgent" |
const char | SD_LOCAL_DEV_OFF [] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Local device is powered off") |
const char | SD_MINIMAL_FAILED [] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Minimal service discovery failed") |
const char | SD_INVALID_ADDRESS [] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Invalid Bluetooth adapter address") |
const char | SOCKET [] = "QBluetoothSocket" |
const char | SOC_NETWORK_ERROR [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Network Error") |
const char | SOC_NOWRITE [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot write while not connected") |
const char | SOC_CONNECT_IN_PROGRESS [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Trying to connect while connection is in progress") |
const char | SOC_SERVICE_NOT_FOUND [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Service cannot be found") |
const char | SOC_INVAL_DATASIZE [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Invalid data/data size") |
const char | SOC_NOREAD [] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot read while not connected") |
const char | TRANSFER_REPLY [] = "QBluetoothTransferReply" |
const char | TR_INVAL_TARGET [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid target address") |
const char | TR_SESSION_NO_START [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot be started") |
const char | TR_CONNECT_FAILED [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot connect") |
const char | TR_FILE_NOT_EXIST [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Source file does not exist") |
const char | TR_NOT_READ_IODEVICE [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "QIODevice cannot be read. Make sure it is open for reading.") |
const char | TR_SESSION_FAILED [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session failed") |
const char | TR_INVALID_DEVICE [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid input device (null)") |
const char | TR_OP_CANCEL [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Operation canceled") |
const char | TR_IN_PROGRESS [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Transfer already started") |
const char | TR_SERVICE_NO_FOUND [] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push service not found") |
const char | LE_CONTROLLER [] = "QLowEnergyController" |
const char | LEC_RDEV_NO_FOUND [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Remote device cannot be found") |
const char | LEC_NO_LOCAL_DEV [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Cannot find local adapter") |
const char | LEC_IO_ERROR [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Error occurred during connection I/O") |
const char | LEC_UNKNOWN_ERROR [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Unknown Error") |
const char | LEC_MISSING_PERMISSION [] = QT_TRANSLATE_NOOP("QLowEnergyController", "Missing permission") |
const char DD_INVALID_ADAPTER[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot find valid Bluetooth adapter.") |
Definition at line 15 of file uistrings.cpp.
const char DD_IO[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Input Output Error") |
Definition at line 16 of file uistrings.cpp.
const char DD_MISSING_PERMISSION[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Missing permission") |
Definition at line 19 of file uistrings.cpp.
const char DD_NOT_STARTED[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start device inquiry") |
Definition at line 20 of file uistrings.cpp.
const char DD_NOT_STARTED_LE[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Cannot start low energy device inquiry") |
Definition at line 21 of file uistrings.cpp.
const char DD_NOT_STOPPED[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Discovery cannot be stopped") |
Definition at line 22 of file uistrings.cpp.
const char DD_NOTSUPPORTED[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Bluetooth LE is not supported") |
Definition at line 17 of file uistrings.cpp.
const char DD_POWERED_OFF[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Device is powered off") |
Definition at line 14 of file uistrings.cpp.
const char DD_UNKNOWN_ERROR[] = QT_TRANSLATE_NOOP("QBluetoothDeviceDiscoveryAgent", "Unknown error") |
Definition at line 18 of file uistrings.cpp.
QT_BEGIN_NAMESPACE const char DEV_DISCOVERY[] = "QBluetoothDeviceDiscoveryAgent" |
Definition at line 13 of file uistrings.cpp.
const char LE_CONTROLLER[] = "QLowEnergyController" |
Definition at line 49 of file uistrings.cpp.
const char LEC_IO_ERROR[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Error occurred during connection I/O") |
Definition at line 52 of file uistrings.cpp.
const char LEC_MISSING_PERMISSION[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Missing permission") |
Definition at line 54 of file uistrings.cpp.
const char LEC_NO_LOCAL_DEV[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Cannot find local adapter") |
Definition at line 51 of file uistrings.cpp.
const char LEC_RDEV_NO_FOUND[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Remote device cannot be found") |
Definition at line 50 of file uistrings.cpp.
const char LEC_UNKNOWN_ERROR[] = QT_TRANSLATE_NOOP("QLowEnergyController", "Unknown Error") |
Definition at line 53 of file uistrings.cpp.
const char SD_INVALID_ADDRESS[] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Invalid Bluetooth adapter address") |
Definition at line 27 of file uistrings.cpp.
const char SD_LOCAL_DEV_OFF[] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Local device is powered off") |
Definition at line 25 of file uistrings.cpp.
const char SD_MINIMAL_FAILED[] = QT_TRANSLATE_NOOP("QBluetoothServiceDiscoveryAgent", "Minimal service discovery failed") |
Definition at line 26 of file uistrings.cpp.
const char SERVICE_DISCOVERY[] = "QBluetoothServiceDiscoveryAgent" |
Definition at line 24 of file uistrings.cpp.
const char SOC_CONNECT_IN_PROGRESS[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Trying to connect while connection is in progress") |
Definition at line 32 of file uistrings.cpp.
const char SOC_INVAL_DATASIZE[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Invalid data/data size") |
Definition at line 34 of file uistrings.cpp.
const char SOC_NETWORK_ERROR[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Network Error") |
Definition at line 30 of file uistrings.cpp.
const char SOC_NOREAD[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot read while not connected") |
Definition at line 35 of file uistrings.cpp.
const char SOC_NOWRITE[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Cannot write while not connected") |
Definition at line 31 of file uistrings.cpp.
const char SOC_SERVICE_NOT_FOUND[] = QT_TRANSLATE_NOOP("QBluetoothSocket", "Service cannot be found") |
Definition at line 33 of file uistrings.cpp.
const char SOCKET[] = "QBluetoothSocket" |
Definition at line 29 of file uistrings.cpp.
const char TR_CONNECT_FAILED[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot connect") |
Definition at line 40 of file uistrings.cpp.
const char TR_FILE_NOT_EXIST[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Source file does not exist") |
Definition at line 41 of file uistrings.cpp.
const char TR_IN_PROGRESS[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Transfer already started") |
Definition at line 46 of file uistrings.cpp.
const char TR_INVAL_TARGET[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid target address") |
Definition at line 38 of file uistrings.cpp.
const char TR_INVALID_DEVICE[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Invalid input device (null)") |
Definition at line 44 of file uistrings.cpp.
const char TR_NOT_READ_IODEVICE[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "QIODevice cannot be read. Make sure it is open for reading.") |
Definition at line 42 of file uistrings.cpp.
const char TR_OP_CANCEL[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Operation canceled") |
Definition at line 45 of file uistrings.cpp.
const char TR_SERVICE_NO_FOUND[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push service not found") |
Definition at line 47 of file uistrings.cpp.
const char TR_SESSION_FAILED[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session failed") |
Definition at line 43 of file uistrings.cpp.
const char TR_SESSION_NO_START[] = QT_TRANSLATE_NOOP("QBluetoothTransferReply", "Push session cannot be started") |
Definition at line 39 of file uistrings.cpp.
const char TRANSFER_REPLY[] = "QBluetoothTransferReply" |
Definition at line 37 of file uistrings.cpp.