linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH obexd 1/3] btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE
@ 2012-02-02 21:57 Luiz Augusto von Dentz
  2012-02-02 21:57 ` [PATCH obexd 2/3] tools: Fix test-client to use ERTM while on packet mode Luiz Augusto von Dentz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2012-02-02 21:57 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 btio/btio.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/btio/btio.h b/btio/btio.h
index 126d5d9..429e8c0 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -77,6 +77,14 @@ typedef enum {
 	BT_IO_SEC_HIGH,
 } BtIOSecLevel;
 
+typedef enum {
+	BT_IO_MODE_BASIC = 0,
+	BT_IO_MODE_RETRANS,
+	BT_IO_MODE_FLOWCTL,
+	BT_IO_MODE_ERTM,
+	BT_IO_MODE_STREAMING
+} BtIOMode;
+
 typedef void (*BtIOConfirm)(GIOChannel *io, gpointer user_data);
 
 typedef void (*BtIOConnect)(GIOChannel *io, GError *err, gpointer user_data);
-- 
1.7.7.6


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

end of thread, other threads:[~2012-02-02 23:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 21:57 [PATCH obexd 1/3] btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE Luiz Augusto von Dentz
2012-02-02 21:57 ` [PATCH obexd 2/3] tools: Fix test-client to use ERTM while on packet mode Luiz Augusto von Dentz
2012-02-02 21:57 ` [PATCH obexd 3/3] tools: Fix test-server " Luiz Augusto von Dentz
2012-02-02 23:58 ` [PATCH obexd 1/3] btio: Add BtIOMode enum to be used with BT_IO_OPT_MODE Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).