📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
| 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); | ||
} | } | ||