summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe De Swert <philippedeswert@gmail.com>2018-02-12 20:37:15 +0200
committerDenis Kenzior <denkenz@gmail.com>2018-02-13 13:01:37 -0600
commitdb7d9bb9dd96afe567921572d8d30adc64903b3a (patch)
tree917eddf33e3effc078b5e00e7ba744b0487cd869 /include
parent08ac5a6e5b4c1279847b5d5c0dbcdf3e9fbcff84 (diff)
downloadofono-db7d9bb9dd96afe567921572d8d30adc64903b3a.tar.gz
voicecall: Add support for dialing number at a given memory location
Add a new function to be able to dial numbers from memory/favourites.
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 6871a6b5..5b3da6a6 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 a number at a given memory location */
+ void (*dial_memory)(struct ofono_voicecall *vc,
+ unsigned int memory_location, 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
*/