From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= To: linux-bluetooth@vger.kernel.org Cc: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Dalleau?= Subject: [PATCH 1/2] lib: Declare codec field in sco_options Date: Wed, 28 Nov 2012 19:06:09 +0100 Message-Id: <1354125970-15609-1-git-send-email-frederic.dalleau@linux.intel.com> Content-Type: text/plain; charset="utf-8" Sender: linux-bluetooth-owner@vger.kernel.org List-ID: --- lib/sco.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sco.h b/lib/sco.h index 75336a5..70e2584 100644 --- a/lib/sco.h +++ b/lib/sco.h @@ -47,6 +47,7 @@ struct sockaddr_sco { #define SCO_OPTIONS 0x01 struct sco_options { uint16_t mtu; + uint8_t codec; }; #define SCO_CONNINFO 0x02 -- 1.7.9.5