summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.h
diff options
context:
space:
mode:
authorRasmus Schenstrom <element_004@hotmail.com>2020-10-27 19:51:06 +0100
committerpetter <39340152+petterhs@users.noreply.github.com>2021-01-21 23:15:29 +0100
commit10ba20876f37c8e18307dfbc8d06d70bb94d5fae (patch)
tree18d4a9d143162420452be53ee27fa8370ce465cc /src/components/ble/NimbleController.h
parent7e27bc873315589ae4076780607720aa5278c5a1 (diff)
Add incoming call functionality
Add categories to AlertNotification Add new alert notification screens bases Add Incoming Call Add Modal Add event to AlertNotification Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
Diffstat (limited to 'src/components/ble/NimbleController.h')
-rw-r--r--src/components/ble/NimbleController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h
index a109800c..7bb135da 100644
--- a/src/components/ble/NimbleController.h
+++ b/src/components/ble/NimbleController.h
@@ -58,6 +58,7 @@ namespace Pinetime {
Pinetime::Controllers::MusicService& music() {return musicService;};
Pinetime::Controllers::NavigationService& navigation() {return navService;};
+ Pinetime::Controllers::AlertNotificationService& alertService() {return anService;};
uint16_t connHandle();