aboutsummaryrefslogtreecommitdiffstats
path: root/include/call.h
diff options
context:
space:
mode:
authorJoerie de Gram <j.de.gram@gmail.com>2011-08-16 22:03:55 +0200
committerJoerie de Gram <j.de.gram@gmail.com>2011-08-16 22:08:09 +0200
commit173e0f7adacdc5d4aab88518cac09a79b3c28131 (patch)
tree9b5c0a1343b028c0e4b914b726ea0822fb06afd4 /include/call.h
parent29e532d6a58a31f57755494d3ca213cdd9a04701 (diff)
downloadexternal_libsamsung-ipc-173e0f7adacdc5d4aab88518cac09a79b3c28131.zip
external_libsamsung-ipc-173e0f7adacdc5d4aab88518cac09a79b3c28131.tar.gz
external_libsamsung-ipc-173e0f7adacdc5d4aab88518cac09a79b3c28131.tar.bz2
call: update call_list struct and defines
Diffstat (limited to 'include/call.h')
-rw-r--r--include/call.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/call.h b/include/call.h
index 7438d1d..3f04068 100644
--- a/include/call.h
+++ b/include/call.h
@@ -44,12 +44,16 @@
#define MSM_CALL_PREFIX_NONE 0x00
#define MSM_CALL_PREFIX_INTL 0x11
+/* Only for msm_call_status, NOT call_list */
#define MSM_CALL_STATE_DIALING 0x01
#define MSM_CALL_STATE_IGNORING_INCOMING_STATUS 0x02
#define MSM_CALL_STATE_CONNECTED 0x03
#define MSM_CALL_STATE_RELEASED 0x04
#define MSM_CALL_STATE_CONNECTING 0x05
+#define MSM_CALL_TERM_MO 0x01
+#define MSM_CALL_TERM_MT 0x02
+
struct msm_call_outgoing {
unsigned char type, identity;
unsigned char length, prefix;
@@ -62,7 +66,7 @@ struct msm_call_incoming {
struct msm_call_list_entry {
unsigned char type, idx;
- unsigned char term, state, unk3;
+ unsigned char term, state, mpty;
unsigned char number_len;
unsigned char unk4;
} __attribute__((__packed__));