summaryrefslogtreecommitdiffstats
path: root/src/handsfree-audio.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2013-04-08 23:58:49 -0500
committerDenis Kenzior <denkenz@gmail.com>2013-04-09 14:33:41 -0500
commite130f2271523697e4727744ab4878925cb054cae (patch)
treec80cd75125fc7b0a7d07ada63833bfd151945dbf /src/handsfree-audio.c
parentad43b3d2487847f026133c83f1df4b96fffa225b (diff)
downloadofono-e130f2271523697e4727744ab4878925cb054cae.tar.bz2
handsfree-audio: Move codec enums to hfp.h
Diffstat (limited to 'src/handsfree-audio.c')
-rw-r--r--src/handsfree-audio.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/handsfree-audio.c b/src/handsfree-audio.c
index 29fe3e7a..50be691f 100644
--- a/src/handsfree-audio.c
+++ b/src/handsfree-audio.c
@@ -37,18 +37,13 @@
#include <ofono/handsfree-audio.h>
#include "bluetooth.h"
+#include "hfp.h"
#include "ofono.h"
#define HFP_AUDIO_MANAGER_INTERFACE OFONO_SERVICE ".HandsfreeAudioManager"
#define HFP_AUDIO_AGENT_INTERFACE OFONO_SERVICE ".HandsfreeAudioAgent"
#define HFP_AUDIO_CARD_INTERFACE OFONO_SERVICE ".HandsfreeAudioCard"
-/* Supported agent codecs */
-enum hfp_codec {
- HFP_CODEC_CVSD = 0x01,
- HFP_CODEC_MSBC = 0x02,
-};
-
struct ofono_handsfree_card {
char *remote;
char *local;