add mute button and functionality for call notification + new button icons

This commit is contained in:
petter
2021-01-27 13:45:06 +01:00
parent 523398d24a
commit d4c31bcbbe
4 changed files with 47 additions and 6 deletions

View File

@@ -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: