From 094b68d163b21d9a4db0f8bd83ea259c36330018 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 7 Oct 2008 16:42:49 +0200 Subject: Send a proper reply to AT+CMEE --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/headset.c') diff --git a/audio/headset.c b/audio/headset.c index 2e0f6c9c..31955490 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -898,7 +898,7 @@ static int extended_errors(struct audio_device *device, const char *buf) debug("CME errors disabled for headset %p", hs); } - return 0; + return headset_send(hs, "\r\nOK\r\n"); } static int call_waiting_notify(struct audio_device *device, const char *buf) -- cgit