summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/hfpmodem.c
diff options
context:
space:
mode:
authorZhenhua Zhang <zhenhua.zhang@intel.com>2009-10-28 19:01:24 +0800
committerDenis Kenzior <denkenz@gmail.com>2009-10-28 17:33:33 -0500
commit4a36fc7c829aa92c097e4e6e9b7bb00dcb539faf (patch)
tree23aa510658594507dbd4a23444f6e7419f4c580e /drivers/hfpmodem/hfpmodem.c
parent57aaf9813f9a865ab31314e0cf9ad2b068e67592 (diff)
downloadofono-4a36fc7c829aa92c097e4e6e9b7bb00dcb539faf.tar.bz2
Add voicecall driver for Bluetooth HFP
HFP voicecall driver uses AT+CIEV indicator to notify call status update according to Bluetooth HFP spec v1.5. This patch only adds single call support.
Diffstat (limited to 'drivers/hfpmodem/hfpmodem.c')
-rw-r--r--drivers/hfpmodem/hfpmodem.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hfpmodem/hfpmodem.c b/drivers/hfpmodem/hfpmodem.c
index 615acd38..03b5ea03 100644
--- a/drivers/hfpmodem/hfpmodem.c
+++ b/drivers/hfpmodem/hfpmodem.c
@@ -41,11 +41,14 @@
static int hfpmodem_init(void)
{
+ hfp_voicecall_init();
+
return 0;
}
static void hfpmodem_exit(void)
{
+ hfp_voicecall_exit();
}
OFONO_PLUGIN_DEFINE(hfpmodem, "Hands-Free Profile Driver", VERSION,