From 046f032b32779fe13c180fbf3a46f605d1932378 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Thu, 22 Oct 2015 18:05:38 +0200 Subject: emulator: add codec negotiation support --- include/emulator.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/emulator.h b/include/emulator.h index 15dc61c2..4b2bc987 100644 --- a/include/emulator.h +++ b/include/emulator.h @@ -112,6 +112,11 @@ void ofono_emulator_set_hf_indicator_active(struct ofono_emulator *em, void ofono_emulator_set_handsfree_card(struct ofono_emulator *em, struct ofono_handsfree_card *card); +typedef void (*ofono_emulator_codec_negotiation_cb)(int err, void *data); + +int ofono_emulator_start_codec_negotiation(struct ofono_emulator *em, + ofono_emulator_codec_negotiation_cb cb, void *data); + #ifdef __cplusplus } #endif -- cgit v1.2.3