From 7e4cfad53699fabbecb6696508e5addcffc1b095 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 20 Jun 2026 00:24:34 +0530 Subject: restructure to use rust source tree primarily --- lib/BleMouse/BleConnectionStatus.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 lib/BleMouse/BleConnectionStatus.h (limited to 'lib/BleMouse/BleConnectionStatus.h') diff --git a/lib/BleMouse/BleConnectionStatus.h b/lib/BleMouse/BleConnectionStatus.h deleted file mode 100644 index 45b7185..0000000 --- a/lib/BleMouse/BleConnectionStatus.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef ESP32_BLE_CONNECTION_STATUS_H -#define ESP32_BLE_CONNECTION_STATUS_H -#include "sdkconfig.h" -#if defined(CONFIG_BT_ENABLED) - -#include "BLE2902.h" -#include "BLECharacteristic.h" -#include - -class BleConnectionStatus : public BLEServerCallbacks { - public: - BleConnectionStatus(void); - bool connected = false; - void onConnect(BLEServer *pServer); - void onDisconnect(BLEServer *pServer); - BLECharacteristic *inputMouse; -}; - -#endif // CONFIG_BT_ENABLED -#endif // ESP32_BLE_CONNECTION_STATUS_H -- cgit v1.2.3