From db7d9bb9dd96afe567921572d8d30adc64903b3a Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Mon, 12 Feb 2018 20:37:15 +0200 Subject: [PATCH] voicecall: Add support for dialing number at a given memory location Add a new function to be able to dial numbers from memory/favourites. --- include/voicecall.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */