summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.h
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/NimbleController.h
parent196b8325544174f571e6394259d11c56eaad8cb4 (diff)
sans airplane mode and related support code
Diffstat (limited to 'src/components/ble/NimbleController.h')
-rw-r--r--src/components/ble/NimbleController.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h
index 176848d..dfa42f7 100644
--- a/src/components/ble/NimbleController.h
+++ b/src/components/ble/NimbleController.h
@@ -63,9 +63,6 @@ namespace Pinetime {
fastAdvCount = 0;
};
- void EnableRadio();
- void DisableRadio();
-
private:
static constexpr const char* deviceName = "InfiniTime";
Pinetime::System::SystemTask& systemTask;