12,796
回編集
(→使用例) |
(→使用例) |
||
1,111行目: | 1,111行目: | ||
private: | private: | ||
controller; | QLowEnergyController controller; | ||
reconnectTimer; | QTimer reconnectTimer; | ||
QBluetoothDeviceInfo currentDevice; | QBluetoothDeviceInfo currentDevice; | ||
bool autoReconnect = false; | bool autoReconnect = false; | ||
1,236行目: | 1,236行目: | ||
reconnectTimer.setSingleShot(true); | reconnectTimer.setSingleShot(true); | ||
connect(reconnectTimer | connect(&reconnectTimer &QTimer::timeout, this, &BLEConnection::onReconnectTimeout); | ||
} | } | ||