diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-25 16:43:27 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-25 16:44:46 (GMT) |
| commit | 30c319831ab15e6abaf97e4fa8f58a8eaeb8ba4a (patch) | |
| tree | a3231e8a294d6214e6c549d0d9ca4d23b1eb523f /src/components/ble/NimbleController.h | |
| parent | 196b8325544174f571e6394259d11c56eaad8cb4 (diff) | |
sans airplane mode and related support code
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 3 |
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; |
