summaryrefslogtreecommitdiff
path: root/src/components/ble/BleController.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-03-25 16:43:27 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-03-25 16:44:46 (GMT)
commit30c319831ab15e6abaf97e4fa8f58a8eaeb8ba4a (patch)
treea3231e8a294d6214e6c549d0d9ca4d23b1eb523f /src/components/ble/BleController.cpp
parent196b8325544174f571e6394259d11c56eaad8cb4 (diff)
sans airplane mode and related support code
Diffstat (limited to 'src/components/ble/BleController.cpp')
-rw-r--r--src/components/ble/BleController.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/ble/BleController.cpp b/src/components/ble/BleController.cpp
index b6b7383..548466f 100644
--- a/src/components/ble/BleController.cpp
+++ b/src/components/ble/BleController.cpp
@@ -14,18 +14,6 @@ void Ble::Disconnect() {
isConnected = false;
}
-bool Ble::IsRadioEnabled() const {
- return isRadioEnabled;
-}
-
-void Ble::EnableRadio() {
- isRadioEnabled = true;
-}
-
-void Ble::DisableRadio() {
- isRadioEnabled = false;
-}
-
void Ble::StartFirmwareUpdate() {
isFirmwareUpdating = true;
}