summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
authorZhenhua Zhang <zhenhua.zhang@intel.com>2009-11-23 14:06:53 +0800
committerMarcel Holtmann <marcel@holtmann.org>2009-11-23 09:04:48 +0100
commitf3fe75553ac5b366e34fddd4df0a5e5435f8cc02 (patch)
tree52cf4187a9b160730e9d4dcb30b3e0969d15fd3f /include/types.h
parentbbc2eecd6fca1c601326b08d021e0e7ff5519544 (diff)
downloadofono-f3fe75553ac5b366e34fddd4df0a5e5435f8cc02.tar.gz
Add mpty field to ofono_call
A field 'mpty' is added to ofono_call so that we can know whether the call belongs to multiparty call or not. According to 27.007 7.18, it is a defined return value of AT+CLCC.
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 6a9681d0..79e6d4cd 100644
--- a/include/types.h
+++ b/include/types.h
@@ -87,6 +87,7 @@ struct ofono_call {
int type;
int direction;
int status;
+ ofono_bool_t mpty;
struct ofono_phone_number phone_number;
int clip_validity;
};