aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/NimbleController.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-09-20 11:09:50 +0200
committerJF <jf@codingfield.com>2020-09-20 11:09:50 +0200
commitd45cf23611e34b9987934720dad95941966abfa6 (patch)
tree5c5f1ffb768b11f70cadc7056a98495ac670e62a /src/Components/Ble/NimbleController.h
parent20f5b0ffba60b24931430a6b40062c5a01589e38 (diff)
Rename Pinetime-JF -> InfiniTime
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
-rw-r--r--src/Components/Ble/NimbleController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h
index 49f4377b..50b8b0b8 100644
--- a/src/Components/Ble/NimbleController.h
+++ b/src/Components/Ble/NimbleController.h
@@ -43,7 +43,7 @@ namespace Pinetime {
uint16_t connHandle();
private:
- static constexpr const char* deviceName = "Pinetime-JF";
+ static constexpr const char* deviceName = "InfiniTime";
Pinetime::System::SystemTask& systemTask;
Pinetime::Controllers::Ble& bleController;
DateTime& dateTimeController;