From 5c607b7899fd4e555b0d73e3dbe0ea0b4f6e6cfa Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 3 Sep 2008 13:50:50 +0300 Subject: Add skeleton for basic telephony functions --- audio/headset.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'audio/headset.c') diff --git a/audio/headset.c b/audio/headset.c index c3825851..64749053 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -54,6 +54,7 @@ #include "device.h" #include "manager.h" #include "error.h" +#include "telephony.h" #include "headset.h" #include "glib-helper.h" @@ -1957,3 +1958,8 @@ int headset_get_sco_fd(struct audio_device *dev) return g_io_channel_unix_get_fd(hs->sco); } + +void telephony_features_rsp(uint32_t features) +{ + ag_features = features; +} -- cgit