From: Chan-yeol Park <chanyeol.park@xxxxxxxxxxx> --- audio/manager.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/audio/manager.c b/audio/manager.c index 999124d..9db7479 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -69,23 +69,6 @@ #include "sdpd.h" #include "telephony.h" -typedef enum { - HEADSET = 1 << 0, - GATEWAY = 1 << 1, - SINK = 1 << 2, - SOURCE = 1 << 3, - CONTROL = 1 << 4, - TARGET = 1 << 5, - INVALID = 1 << 6 -} audio_service_type; - -typedef enum { - GENERIC_AUDIO = 0, - ADVANCED_AUDIO, - AV_REMOTE, - GET_RECORDS -} audio_sdp_state_t; - struct audio_adapter { struct btd_adapter *btd_adapter; gboolean powered; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html