Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/2] lib: Declare codec field in sco_options
@ 2012-11-28 18:06 Frédéric Dalleau
  2012-11-28 18:06 ` [PATCH 2/2] scotest: Add option for SCO socket codec Frédéric Dalleau
  0 siblings, 1 reply; 2+ messages in thread
From: Frédéric Dalleau @ 2012-11-28 18:06 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Frédéric Dalleau

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-28 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 18:06 [PATCH 1/2] lib: Declare codec field in sco_options Frédéric Dalleau
2012-11-28 18:06 ` [PATCH 2/2] scotest: Add option for SCO socket codec Frédéric Dalleau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox