summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe De Swert <philippe.deswert@nomovok.com>2017-10-31 10:39:32 +0200
committerDenis Kenzior <denkenz@gmail.com>2017-11-03 13:13:28 -0500
commit170bdc1abb8760534c70c7f5fd544dab50f51cb4 (patch)
treeace6d1a51e8cced7a61fbfe65d5275fe3ffee63a /include
parent11bcd0cef78698aede704a6ad09c5cf360e42b1b (diff)
downloadofono-170bdc1abb8760534c70c7f5fd544dab50f51cb4.tar.gz
include/voicecall : update ofono_voicecall_driver to support call last dialled number
Add new DBUS method to enable calling the last dialled number.
Diffstat (limited to 'include')
-rw-r--r--include/voicecall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/voicecall.h b/include/voicecall.h
index eb897e5e..6871a6b5 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -61,6 +61,10 @@ struct ofono_voicecall_driver {
const struct ofono_phone_number *number,
enum ofono_clir_option clir, ofono_voicecall_cb_t cb,
void *data);
+ /* Dials the last number again, this handles the hfp profile last number
+ * dialing with the +BLDN AT command
+ */
+ void (*dial_last)(struct ofono_voicecall *vc, ofono_voicecall_cb_t cb, void *data);
/* Answers an incoming call, this usually corresponds to ATA */
void (*answer)(struct ofono_voicecall *vc,
ofono_voicecall_cb_t cb, void *data);