From 912bf102811593c7264330440067cdefbcfd82a6 Mon Sep 17 00:00:00 2001 From: sinikang Date: Fri, 29 May 2020 15:22:31 +0900 Subject: [PATCH] Add WEA 3.0 CB message info and chipset info Change-Id: I2b0bbbd92efadef53ace515c4c2a2f2e693f7866 Signed-off-by: sinikang --- include/type/call.h | 13 +++++++++++++ include/type/sms.h | 8 +++++--- packaging/libtcore.spec | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/include/type/call.h b/include/type/call.h index 2d5d4a2..dee43dd 100644 --- a/include/type/call.h +++ b/include/type/call.h @@ -244,15 +244,25 @@ enum telephony_call_end_cause { CALL_END_CAUSE_PROTOCOL_ERROR_UNSPECIFIED, /**< Protocol error unspecified */ CALL_END_CAUSE_INTERWORKING_UNSPECIFIED, /**< Interworking unspecified */ CALL_END_CAUSE_REORDER, /**< Reorder */ + + CALL_END_CAUSE_ACCEPTED_EXTERNALLY = 54, /**< Call accepted other device */ CALL_END_CAUSE_REJECTED_EXTERNALLY, /**< Call rejected other device */ + CALL_END_CAUSE_ALREADY_IN_USE, /**< Call rejected - secondary device already in use */ + CALL_END_CAUSE_PULLED_BY_PD, /**