diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-25 00:07:50 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-25 00:07:50 (GMT) |
| commit | 2318c403017a6596869cc3f32adb02a97dbdb63b (patch) | |
| tree | d860530479ca94a33cdab0fb3676b53f0a8cd95d /src/components/ble/BleController.h | |
| parent | e78a9401ac707fe75da54fdc6ce6c3aa89032360 (diff) | |
One more step in the same direction...
Diffstat (limited to 'src/components/ble/BleController.h')
| -rw-r--r-- | src/components/ble/BleController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/BleController.h b/src/components/ble/BleController.h index 675ede2..05112dc 100644 --- a/src/components/ble/BleController.h +++ b/src/components/ble/BleController.h @@ -9,7 +9,7 @@ namespace Pinetime { public: using BleAddress = std::array<uint8_t, 6>; enum class FirmwareUpdateStates { Idle, Running, Validated, Error }; - enum class AddressTypes { Public, Random, RPA_Public, RPA_Random }; + enum class AddressTypes { Public, Random }; Ble() = default; bool IsConnected() const; |
