summaryrefslogtreecommitdiff
path: root/btio/btio.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-01-31 17:25:34 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2012-01-31 18:32:34 -0800
commit11dbefe49d06185e4c7248715d58c6550cd399da (patch)
tree044feaedb5baf9c7a694d6a3fd2ff1cc70d4b5f6 /btio/btio.h
parent42d63192e58b81550b1ed78f802b0fed82eb0452 (diff)
downloadbluez-11dbefe49d06185e4c7248715d58c6550cd399da.tar.gz
btio: Add L2ERTM type
L2ERTM type uses L2CAP socket in SOCK_STREAM instead of SOCK_SEQPACKET
Diffstat (limited to 'btio/btio.h')
-rw-r--r--btio/btio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/btio/btio.h b/btio/btio.h
index 7e3e130eb..126d5d93b 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -40,6 +40,7 @@ GQuark bt_io_error_quark(void);
typedef enum {
BT_IO_L2RAW,
BT_IO_L2CAP,
+ BT_IO_L2ERTM,
BT_IO_RFCOMM,
BT_IO_SCO,
} BtIOType;