summaryrefslogtreecommitdiff
path: root/src/components/ble/AlertNotificationService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/AlertNotificationService.h')
-rw-r--r--src/components/ble/AlertNotificationService.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/ble/AlertNotificationService.h b/src/components/ble/AlertNotificationService.h
index 612a8a32..caad7a2b 100644
--- a/src/components/ble/AlertNotificationService.h
+++ b/src/components/ble/AlertNotificationService.h
@@ -29,10 +29,12 @@ namespace Pinetime {
void AcceptIncomingCall();
void RejectIncomingCall();
+ void MuteIncomingCall();
enum class IncomingCallResponses : uint8_t {
Reject = 0x00,
- Answer = 0x01
+ Answer = 0x01,
+ Mute = 0x02
};
private: