diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-24 11:52:51 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-24 11:52:51 (GMT) |
| commit | e78a9401ac707fe75da54fdc6ce6c3aa89032360 (patch) | |
| tree | 7e078b0ca8a4f3222197d0e19a038bf4bc187a17 /src/components/ble/NimbleController.h | |
| parent | 3c29183dd22d33928ac62c65a378922d49fa06e9 (diff) | |
Disable bonding; Another try to disable secure pairing
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 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; |
