summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.h
diff options
context:
space:
mode:
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 fecc665..176848d 100644
--- a/src/components/ble/NimbleController.h
+++ b/src/components/ble/NimbleController.h
@@ -67,9 +67,6 @@ namespace Pinetime {
void DisableRadio();
private:
- void PersistBond(struct ble_gap_conn_desc& desc);
- void RestoreBond();
-
static constexpr const char* deviceName = "InfiniTime";
Pinetime::System::SystemTask& systemTask;
Ble& bleController;