From 40a643d203d2d21834dd2b35d83419a56a3939b6 Mon Sep 17 00:00:00 2001 From: Avamander Date: Fri, 2 Oct 2020 21:44:27 +0300 Subject: Renamed Components/ to components/ --- src/Components/Ble/BleController.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/Components/Ble/BleController.cpp (limited to 'src/Components/Ble/BleController.cpp') diff --git a/src/Components/Ble/BleController.cpp b/src/Components/Ble/BleController.cpp deleted file mode 100644 index 2b396e12..00000000 --- a/src/Components/Ble/BleController.cpp +++ /dev/null @@ -1,31 +0,0 @@ -#include -#include -#include "BleController.h" - -using namespace Pinetime::Controllers; - -void Ble::Connect() { - isConnected = true; -} - -void Ble::Disconnect() { - isConnected = false; -} - -void Ble::StartFirmwareUpdate() { - isFirmwareUpdating = true; -} - -void Ble::StopFirmwareUpdate() { - isFirmwareUpdating = false; -} - -void Ble::FirmwareUpdateTotalBytes(uint32_t totalBytes) { - firmwareUpdateTotalBytes = totalBytes; -} - -void Ble::FirmwareUpdateCurrentBytes(uint32_t currentBytes) { - firmwareUpdateCurrentBytes = currentBytes; -} - - -- cgit v1.2.3-70-g09d2