diff options
| author | Rasmus Schenstrom <element_004@hotmail.com> | 2020-10-27 18:51:06 (GMT) |
|---|---|---|
| committer | petter <39340152+petterhs@users.noreply.github.com> | 2021-01-21 22:15:29 (GMT) |
| commit | 10ba20876f37c8e18307dfbc8d06d70bb94d5fae (patch) | |
| tree | 18d4a9d143162420452be53ee27fa8370ce465cc /src/components/ble/NimbleController.h | |
| parent | 7e27bc873315589ae4076780607720aa5278c5a1 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index a109800..7bb135d 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(); |
