InfiniTime.git

ref: fc5424cb72e477c5f1bbfaeddb5c50b851a965ae

src/displayapp/screens/BleIcon.h


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#pragma once

#include "components/ble/BleController.h"

namespace Pinetime {
  namespace Applications {
    namespace Screens {
      class BleIcon {
      public:
        static const char* GetIcon(bool isConnected);
      };
    }
  }
}