QBluetoothServerPrivate::~QBluetoothServerPrivate() { Q_Q(QBluetoothServer); q->close(); __fakeServerPorts.remove(this); ppsUnregisterControl(this); }
QBluetoothLocalDevicePrivate::~QBluetoothLocalDevicePrivate() { ppsUnregisterControl(this); ppsUnregisterForEvent(QStringLiteral("access_changed"), this); ppsUnregisterForEvent(QStringLiteral("pairing_complete"), this); ppsUnregisterForEvent(QStringLiteral("device_deleted"), this); ppsUnregisterForEvent(QStringLiteral("radio_shutdown"), this); }
QBluetoothServerPrivate::~QBluetoothServerPrivate() { Q_Q(QBluetoothServer); q->close(); __fakeServerPorts.remove(this); ppsUnregisterControl(this); qDeleteAll(activeSockets); activeSockets.clear(); }
QBluetoothSocketPrivate::~QBluetoothSocketPrivate() { #ifdef QT_QNX_BT_BLUETOOTH if (initCounter == 1 && (bt_spp_deinit() == -1)) qCDebug(QT_BT_QNX) << "Could not deinitialize Bluetooth library." "SPP connection is still open."; initCounter--; #else ppsUnregisterControl(this); #endif close(); }
/*! Destroys the QBluetoothTransferReply object. */ QBluetoothTransferReplyQnx::~QBluetoothTransferReplyQnx() { ppsUnregisterControl(this); }
QBluetoothLocalDevicePrivate::~QBluetoothLocalDevicePrivate() { ppsUnregisterControl(this); }
QBluetoothLocalDevicePrivate::~QBluetoothLocalDevicePrivate() { ppsUnregisterControl(this); ppsUnreguisterForEvent(QString("access_changed"), this); }
QBluetoothSocketPrivate::~QBluetoothSocketPrivate() { ppsUnregisterControl(this); close(); }